bomberpac/vendor/lite-plugins/plugins/unboundedscroll.lua
2021-02-07 16:56:19 -05:00

6 lines
101 B
Lua

local DocView = require "core.docview"
function DocView.clamp_scroll_position()
-- do nothing
end