mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
feat(editor): Add sections to autocomplete dropdown (#8720)
Co-authored-by: Giulio Andreini <andreini@netseven.it>
This commit is contained in:
@@ -195,5 +195,7 @@ function setExpressionOnStringValueInSet(expression: string) {
|
||||
ndv.getters
|
||||
.inlineExpressionEditorInput()
|
||||
.clear()
|
||||
.type(expression, { parseSpecialCharSequences: false });
|
||||
.type(expression, { parseSpecialCharSequences: false })
|
||||
// hide autocomplete
|
||||
.type('{esc}');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user