Fix event handler for clicking on story text

It wouldn't trigger any events originally when you click on parts of the
story text area that didn't contain any text, e.g. on a blank line or on
the blank part of a line to the right of the actual text.
This commit is contained in:
Gnome Ann 2021-09-27 16:33:24 -04:00
parent 5f154b8b55
commit 25758dc3ab
1 changed files with 1 additions and 1 deletions

View File

@ -1352,7 +1352,7 @@ $(document).ready(function(){
chunkOnKeyDown
).on('paste',
chunkOnPaste
).on('focus',
).on('click',
chunkOnSelectionChange
).on('keydown',
chunkOnSelectionChange