Skip to content

Commit

Permalink
Disable smooth scrolling
Browse files Browse the repository at this point in the history
Fixes #1221
  • Loading branch information
johnfactotum committed Jan 24, 2024
1 parent 227e634 commit 04b3182
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/book-viewer.js
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@ GObject.registerClass({
enable_hyperlink_auditing: false,
enable_html5_database: false,
enable_html5_local_storage: false,
enable_smooth_scrolling: false,
}),
// needed for playing media overlay
website_policies: new WebKit.WebsitePolicies({
Expand Down

0 comments on commit 04b3182

Please sign in to comment.