editor-js / list

Advanced List tool for the Editor.js.
MIT License
48 stars 47 forks source link

Bugfix (tabulator): caret saving works unexpectedly in safare #86

Closed e11sy closed 1 month ago

e11sy commented 1 month ago

Problem

In safari after saving and restoring caret with

restore = save()

restore()

exception raises on the following action

Solution

Refactored list tabulator for it not to use saving and restoring caret Now we use focusItem() method instead