You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
let coords =getCaretCoordinates(this.$refs.textarea, index);
2. Also textarea-caret co-ordinates are not getting updated correctly.
We will have to look for a replacement of these lines or figure out why it is not working properly..
If you type something and delete, the cursor remains in the last word, hence the suggestion box positions itself to a wrong place.
Try writing a long text. Then open the mention box with
@
. Then delete the whole sentence. Put another@
. There, mention box is misplaced.It's better show with a GIF:
Current master:
Old master (github pages):
The text was updated successfully, but these errors were encountered: