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

function DocView.clamp_scroll_position()
  -- do nothing
end