We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1966c43 commit 1488a2fCopy full SHA for 1488a2f
packages/ui/src/Blocks/Blocks.ts
@@ -85,7 +85,7 @@ export class BlocksUI implements EditorjsPlugin {
85
86
blocksHolder.classList.add(Style['blocks']);
87
88
- blocksHolder.contentEditable = 'true';
+ blocksHolder.contentEditable = 'false';
89
90
blocksHolder.addEventListener('beforeinput', (e) => {
91
this.#eventBus.dispatchEvent(new BeforeInputUIEvent({
0 commit comments