diff --git a/src/pyj/read_book/highlights.pyj b/src/pyj/read_book/highlights.pyj index b574fa5758..42fb169a3a 100644 --- a/src/pyj/read_book/highlights.pyj +++ b/src/pyj/read_book/highlights.pyj @@ -361,7 +361,7 @@ class EditNotesAndColors: # {{{ E.textarea( current_notes or '', placeholder=_('Add notes for this highlight. Double click or long tap on a highlight to read its notes.'), - rows='10', spellcheck='true', style='resize: none; width: 90%;', + rows='10', spellcheck='true', style='width: 90%;', onkeydown=handle_keypress, ),