Skip to content

Commit 1488a2f

Browse files
committed
Update Blocks.ts
1 parent 1966c43 commit 1488a2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/ui/src/Blocks/Blocks.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ export class BlocksUI implements EditorjsPlugin {
8585

8686
blocksHolder.classList.add(Style['blocks']);
8787

88-
blocksHolder.contentEditable = 'true';
88+
blocksHolder.contentEditable = 'false';
8989

9090
blocksHolder.addEventListener('beforeinput', (e) => {
9191
this.#eventBus.dispatchEvent(new BeforeInputUIEvent({

0 commit comments

Comments
 (0)