fix(editor): Enable expression preview in SQL node when looking at executions (#9733)

Co-authored-by: Elias Meire <elias@meire.dev>
This commit is contained in:
Csaba Tuncsik
2024-06-27 17:07:29 +02:00
committed by GitHub
parent df2bc84d2b
commit d9747d5e9b
8 changed files with 9 additions and 17 deletions

View File

@@ -61,7 +61,6 @@ const extensions = computed(() => {
lineNumbers(),
EditorView.lineWrapping,
EditorState.readOnly.of(props.isReadOnly),
EditorView.editable.of(!props.isReadOnly),
codeNodeEditorTheme({
isReadOnly: props.isReadOnly,
maxHeight: props.fillParent ? '100%' : '40vh',