mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
E-book viewer: Fix read aloud word tracking in flow mode not very reliable
This commit is contained in:
parent
1aeef04ab3
commit
2a6a773f8a
@ -975,7 +975,7 @@ class IframeBoss:
|
||||
def mark_word_being_spoken(self, occurrence_number):
|
||||
self.last_search_at = window.performance.now()
|
||||
if select_tts_mark(occurrence_number):
|
||||
self.ensure_selection_visible()
|
||||
self.ensure_selection_boundary_visible()
|
||||
|
||||
def hints_msg_received(self, data):
|
||||
if data.type is 'show':
|
||||
|
Loading…
x
Reference in New Issue
Block a user