-
-
Notifications
You must be signed in to change notification settings - Fork 102
Open
Description
To aviod cursor postion problem due some symbols or emoji rending after input,
Especially in the case of continuous input some symbols or emoji on table content, the cursor always jump to the head of line,
This also can cause conflic with other plugin that have symbol or emoji input functions.
In my case, feel manually patched is not a elegant way:
// line: 6209, main.js
if (!/▶|®|™|¥|🔶|🔆/.test(emojiName)) updateRange(from, to, new IconPosition(emojiName), isSourceMode);Metadata
Metadata
Assignees
Labels
No labels