Skip to content

Commit 328e723

Browse files
authored
Merge pull request #1983 from umbraco/14/bugfix/close-context-menu-when-using-primary-action
Bugfix: Close context menu before executing primary action
2 parents 7d660bd + 87ad502 commit 328e723

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/packages/core/components/entity-actions-bundle/entity-actions-bundle.element.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ export class UmbEntityActionsBundleElement extends UmbLitElement {
8585

8686
async #onFirstActionClick(event: PointerEvent) {
8787
event.stopPropagation();
88+
this.#sectionSidebarContext?.closeContextMenu();
8889
await this._firstActionApi?.execute();
8990
}
9091

0 commit comments

Comments
 (0)