Skip to content

Commit 1012ea0

Browse files
ClemsazertSimonClo
authored andcommitted
🐛 set db block to non editable
1 parent aa30f9b commit 1012ea0

File tree

1 file changed

+2
-1
lines changed
  • src/frontend/apps/impress/src/features/docs/doc-editor/components/custom-blocks

1 file changed

+2
-1
lines changed

src/frontend/apps/impress/src/features/docs/doc-editor/components/custom-blocks/DatabaseBlock.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ export const DatabaseBlock = createReactBlockSpec(
2424
default: '',
2525
},
2626
},
27-
content: 'inline',
27+
content: 'none',
28+
isSelectable: false,
2829
},
2930
{
3031
render: ({ block, editor }) => {

0 commit comments

Comments
 (0)