salami-art
salami-art
It's a deep-cloned version of the rule object. You say it's normal that these properties are not initialized but what if I initialize the rule with the api, for example:...
The problem I'm having is not only with the `data` object. I can bring up another example, this varies depending on the event I'm adding a handler on. steps to...
I don't know how to edit on the 1.13.X though, I'm still using that ( that piece of code was even changed on 1.14.X #2669 )
It looks like this fix didn't make it into the latest release [2.27.0-rc.4](https://github.com/codex-team/editor.js/commits/v2.27.0-rc.4). I wanted to check if it also worked with [webspellchecker](https://webspellchecker.com/) which presents the same issue but I...
Yes, I'm afraid they still occur. But, I don't know why if I CMD+F `isExtensionNode ` in the `dist/editor.js` file that I find in `node_modules/@editorjs/editorjs` I get no results. Must...
I tried with the [v2.27.0-rc.3](https://github.com/codex-team/editor.js/commits/v2.27.0-rc.3) which does have the `isExtensionNode` but the bug still occurs. Checking if I can somehow trigger the fix
Ok, I tried with the rc.4 and the issue still occurs. P.S. https://github.com/codex-team/editor.js/blob/v2.27.0-rc.3/src/components/dom.ts#L559 https://github.com/codex-team/editor.js/blob/v2.27.0-rc.4/src/components/dom.ts#L559