aboutsummaryrefslogtreecommitdiff
path: root/plugins/unboundedscroll.lua
blob: c4cc7bb760e1ff5179723d008d0417622a28a353 (plain)
1
2
3
4
5
local DocView = require "core.docview"

function DocView.clamp_scroll_position()
  -- do nothing
end