guardian / scribe-plugin-noting

9 stars 3 forks source link

Fix place caret bug #72

Closed cutandpastey closed 9 years ago

cutandpastey commented 9 years ago

In master (right now), when you create a note from selection the caret is placed inside of the new note. This is not the expected behaviour. This PR fixes this bug so that the caret is now placed directly after the new note. There are no integration tests for this as when you ask scribe to place some markers, the marker appears outside of the note which is contrary to the actual behaviour.

robinedman commented 9 years ago

:+1: