Skip to content

Commit 857eca3

Browse files
committed
close context menu before executing action
1 parent 142cd09 commit 857eca3

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)