E-book viewer: Fix navigation shortcuts not working in Read aloud mode

This commit is contained in:
Kovid Goyal 2021-04-23 21:32:32 +05:30
parent 59da705c96
commit 1aeef04ab3
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -969,6 +969,8 @@ class IframeBoss:
sel = window.getSelection()
sel.removeAllRanges()
self.send_message('tts', type='text-extracted', marked_text=marked_text, pos=data.pos)
elif data.type is 'trigger-shortcut':
self.on_handle_navigation_shortcut(data)
def mark_word_being_spoken(self, occurrence_number):
self.last_search_at = window.performance.now()