PolicyStat / ckeditor-spell-check-plugin-js-dev-edge

User interface enhancements and beta features for http://ckeditor-spellcheck.nanospell.com . This repo is for nanospell developers and trusted partners to modify and fork plugin.js
Other
0 stars 0 forks source link

Quick fix: can't actually use bookmarks2 for marking words #39

Closed caffodian closed 8 years ago

caffodian commented 8 years ago

Our word scanning will switch immediately to marking if all words already exist in cache. It attempts to use bookmarks2 for this as well, which is wrong, because bookmarks2 is not mutation sensitive. Sigh.