mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 17:46:45 +00:00
feat(editor): Automatically tidy up workflows (#13471)
This commit is contained in:
@@ -356,5 +356,5 @@ export function openContextMenu(
|
||||
}
|
||||
|
||||
export function clickContextMenuAction(action: string) {
|
||||
getContextMenuAction(action).click();
|
||||
getContextMenuAction(action).click({ force: true });
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user