remove trailing whitespace

develop
Myk Taylor 2022-12-30 05:40:57 -08:00
parent 3a76fc086f
commit 21f137644f
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

@ -935,7 +935,7 @@ function Scrollbar:onInput(keys)
if not self.on_scroll or not scrollbar_is_visible(self) then if not self.on_scroll or not scrollbar_is_visible(self) then
return false return false
end end
if self.parent_view:getMousePos() then if self.parent_view:getMousePos() then
if keys.CONTEXT_SCROLL_UP then if keys.CONTEXT_SCROLL_UP then
self.on_scroll('up_small') self.on_scroll('up_small')