From b6dcf701032a14c9a8cce347354d0bd851ba04ec Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sat, 24 Apr 2021 08:14:44 +0530 Subject: [PATCH] Allow the textarea used to edit notes for highlights to be resized manually --- src/pyj/read_book/highlights.pyj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, ),