Nehemia Litterat

Results 3 comments of Nehemia Litterat

is there any news about it? We have the same issue

> Found a simple workaround. Idea pretty simple: > _If there a new `\n` character and after 35ms selection does not change to the next position => move cursor to...

Translate it to typescript if it is of any interest applyGoogleKeyboardWorkaround(editor): void { try { if (!editor.applyGoogleKeyboardWorkaround) { editor.applyGoogleKeyboardWorkaround = true; editor.on('editor-change', (eventName, ...args) => { if (eventName === 'text-change')...