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

function DocView.clamp_scroll_position()
  -- do nothing
end