/ckeditor5-dup

Bug reproduction of Restricted Editing on v31

Primary LanguageHTMLOtherNOASSERTION

Reproduction steps

npm version Coverage Status Build Status

  1. Check the console of sample/index.html

Or

  1. rm -rf node_modules
  2. npm install
  3. npm run build
  4. Check the console of sample/index.html

To make it work, just comment out this in src/ckeditor.js and rebuild: import RestrictedEditingMode from '@ckeditor/ckeditor5-restricted-editing/src/restrictededitingmode';