JSAbrahams / Academic-Journal

📚 A journal to keep track of notes
MIT License
1 stars 1 forks source link

Update referencepositions if selection moved in text #35

Closed JSAbrahams closed 4 years ago

JSAbrahams commented 4 years ago

The text area already implements logic for moving highlights, so we can just bind our own properties to its location. Removing the highlight causes no errors, the reference then just disappears as was previous behavior.

Fixes #26