aboutsummaryrefslogtreecommitdiff
path: root/plugins/unboundedscroll.lua
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/unboundedscroll.lua')
-rw-r--r--plugins/unboundedscroll.lua5
1 files changed, 5 insertions, 0 deletions
diff --git a/plugins/unboundedscroll.lua b/plugins/unboundedscroll.lua
new file mode 100644
index 0000000..c4cc7bb
--- /dev/null
+++ b/plugins/unboundedscroll.lua
@@ -0,0 +1,5 @@
+local DocView = require "core.docview"
+
+function DocView.clamp_scroll_position()
+ -- do nothing
+end