Skip to content

Commit

Permalink
enabled floating button
Browse files Browse the repository at this point in the history
  • Loading branch information
lena.natter committed Apr 29, 2024
1 parent 85308ba commit 7355baa
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 @@ -149,7 +149,7 @@ const defaultOptions = {
// in Firefox release, but it has to be temporary.
// TODO: remove it when unnecessary.
/** @type {boolean} */
value: typeof PDFJSDev === "undefined" || PDFJSDev.test("TESTING"),
value: true,
kind: OptionKind.VIEWER + OptionKind.PREFERENCE,
},
enableML: {
Expand Down

0 comments on commit 7355baa

Please sign in to comment.