feat(editor): Improve style of Canvas action buttons (#16724)

This commit is contained in:
Daria
2025-06-26 15:36:19 +03:00
committed by GitHub
parent 3af7efaffb
commit 4d211a0794
3 changed files with 42 additions and 94 deletions

View File

@@ -437,7 +437,6 @@ export class WorkflowPage extends BasePage {
.click({ force: true });
},
addSticky: () => {
this.getters.nodeCreatorPlusButton().realHover();
this.getters.addStickyButton().click();
},
deleteSticky: () => {