mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-08 10:44:09 -04:00
...
This commit is contained in:
parent
f48a5ef678
commit
c0acacf674
@ -96,7 +96,6 @@ class TouchHandler:
|
|||||||
def prune_expired_touches(self):
|
def prune_expired_touches(self):
|
||||||
now = window.performance.now()
|
now = window.performance.now()
|
||||||
expired = v'[]'
|
expired = v'[]'
|
||||||
ans = False
|
|
||||||
for tid in self.ongoing_touches:
|
for tid in self.ongoing_touches:
|
||||||
t = self.ongoing_touches[tid]
|
t = self.ongoing_touches[tid]
|
||||||
if t.active:
|
if t.active:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user