We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cc5067 commit 605a73dCopy full SHA for 605a73d
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "@editorjs/table",
3
"description": "Table for Editor.js",
4
- "version": "2.2.1",
+ "version": "2.2.2",
5
"license": "MIT",
6
"main": "./dist/table.js",
7
"scripts": {
src/toolbox.js
@@ -61,6 +61,8 @@ export default class Toolbox {
61
Toolbox.CSS.toolbox,
62
(this.cssModifier ? `${Toolbox.CSS.toolbox}--${this.cssModifier}` : '')
63
]);
64
+
65
+ wrapper.dataset.mutationFree = 'true';
66
const popover = this.createPopover();
67
const toggler = this.createToggler();
68
0 commit comments