mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
[chore] Fix a few luacheck errors (#8460)
Inadvertently introduced in <https://github.com/koreader/koreader/pull/8432> and <https://github.com/koreader/koreader/pull/8445>.
This commit is contained in:
@@ -1308,7 +1308,7 @@ function ReaderHighlight:onHoldRelease()
|
||||
end
|
||||
return true
|
||||
end
|
||||
|
||||
|
||||
local long_final_hold = false
|
||||
if self.hold_last_tv then
|
||||
local hold_duration = TimeVal:now() - self.hold_last_tv
|
||||
|
||||
Reference in New Issue
Block a user