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
{{ message }}
This repository was archived by the owner on Apr 18, 2026. It is now read-only.
Selectize in conjunction with TinyMCE editor give some errors
It seems to jump into functions from TinyMCE ...
Any Idea how to fix it ?
Uncaught TypeError: Cannot use 'in' operator to search for 'selectionStart' in undefined
at getSelection (selectize.js:3)
at Selection.getSel (tinymce.min.js:21426)
at Selection.isCollapsed (tinymce.min.js:21384)
at getLocation (tinymce.min.js:17815)
at BookmarkManager.getBookmark (tinymce.min.js:17872)
at Selection.getBookmark (tinymce.min.js:21316)
at Object.add (tinymce.min.js:25653)
at Editor.<anonymous> (tinymce.min.js:25477)
at Dispatcher.fire (tinymce.min.js:30842)
at Editor.fire (tinymce.min.js:31082)
Selectize in conjunction with TinyMCE editor give some errors
It seems to jump into functions from TinyMCE ...
Any Idea how to fix it ?