feat(editor): Automatically tidy up workflows (#13471)

This commit is contained in:
Elias Meire
2025-02-28 15:28:55 +01:00
committed by GitHub
parent aea2e79bf2
commit f381a24145
15 changed files with 1139 additions and 42 deletions

View File

@@ -356,5 +356,5 @@ export function openContextMenu(
}
export function clickContextMenuAction(action: string) {
getContextMenuAction(action).click();
getContextMenuAction(action).click({ force: true });
}