mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
remove associated scroll mode setting with zoom mode
This commit is contained in:
@@ -226,9 +226,6 @@ end
|
||||
|
||||
function ReaderZooming:genSetZoomModeCallBack(mode)
|
||||
return function()
|
||||
-- toggle scroll mode on when zooming to content* and toggle scrool
|
||||
-- mode off when zooming to page*.
|
||||
self.ui:handleEvent(Event:new("ToggleScrollMode", mode:find("content")))
|
||||
self:setZoomMode(mode)
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user