aboutsummaryrefslogtreecommitdiff
path: root/plugins/unboundedscroll.lua
blob: 01ac6eace835e7a9abe9965f1beea74f81e1de3d (plain)
1
2
3
4
5
6
-- mod-version:3 --lite-xl 2.1
local DocView = require "core.docview"

function DocView.clamp_scroll_position()
  -- do nothing
end