mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
fix(editor): Prevent search dialog from covering inline expression parameters (#19238)
This commit is contained in:
@@ -71,6 +71,7 @@ const {
|
||||
editorRef: root,
|
||||
editorValue,
|
||||
extensions,
|
||||
disableSearchDialog: true,
|
||||
isReadOnly: computed(() => props.isReadOnly),
|
||||
autocompleteTelemetry: { enabled: true, parameterPath: props.path },
|
||||
additionalData: props.additionalData,
|
||||
|
||||
Reference in New Issue
Block a user