Skip to content

Commit

Permalink
Enable renderInteractiveForms by default.
Browse files Browse the repository at this point in the history
  • Loading branch information
Brendan Dahl committed Aug 12, 2020
1 parent 7edc5cb commit 88836ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/app_options.js
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ const defaultOptions = {
},
renderInteractiveForms: {
/** @type {boolean} */
value: false,
value: true,
kind: OptionKind.VIEWER + OptionKind.PREFERENCE,
},
sidebarViewOnLoad: {
Expand Down

0 comments on commit 88836ad

Please sign in to comment.