bomberpac/vendor/lite-plugins/plugins/unboundedscroll.lua

6 lines
101 B
Lua
Raw Normal View History

2021-02-07 21:56:19 +00:00
local DocView = require "core.docview"
function DocView.clamp_scroll_position()
-- do nothing
end