pietrop / digital-paper-edit-client

Work in progress -digital paper edit project - React Client
https://pietropassarelli.com/digital-paper-edit-client/
Other
13 stars 5 forks source link

auto copy selection bug #32

Closed pietrop closed 4 years ago

pietrop commented 4 years ago

auto copy selection, accidentally paste same selection after clicking outside of transcript area

pietrop commented 4 years ago

possible solution, programmatically clear user selection after auto paste

window.getSelection().collapse(document,0);

Selection.collapse()