mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-22 04:10:01 +00:00
fix(editor): Prevent NodeCreator from swallowing AskAssistant enter event (#11532)
This commit is contained in:
@@ -1268,7 +1268,7 @@ export default defineComponent({
|
||||
element instanceof HTMLElement &&
|
||||
element.className &&
|
||||
typeof element.className === 'string' &&
|
||||
element.className.includes('ignore-key-press')
|
||||
element.className.includes('ignore-key-press-canvas')
|
||||
) {
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user