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

function DocView.clamp_scroll_position()
  -- do nothing
end