VikhorKonstantin

Results 4 issues of VikhorKonstantin

https://github.com/codex-team/editor.js/blob/ee188bfe5de9c99592396250f6fce90f63b2957e/src/components/utils/mutations.ts#L15 - this check won't help if the change happened within some descendant of the 'element'. For example, if we remove the text inside one of the 'li' items of...

Describe a bug. Steps to reproduce: https://github.com/codex-team/editor.js/assets/52427793/c43dbb03-806b-4c58-b12c-84980b530c70 You can see that after I deleted inner toolbar element, scroll disappeared This happens because toolbars are still taking some space, despite the...

bug

Fix: #2643 Clear highlights and pointer on BlockManager even if selection was inside of the editor before clicking outside

Describe a bug. Steps to reproduce: 1. Go to example_dev.html 2. Click on somewhere outside of the editor 3. Press '/' Expected behavior: Toolbox shouldn't be opened, because I've already...

bug
good first issue