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

function DocView.clamp_scroll_position()
  -- do nothing
end