@ni/spright-components 6.4.6 → 6.4.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -70081,6 +70081,11 @@ focus outline in that case.
|
|
|
70081
70081
|
/** @internal */
|
|
70082
70082
|
onCellActionMenuToggle(event, column) {
|
|
70083
70083
|
this.menuOpen = event.detail.newState;
|
|
70084
|
+
// Workaround for Firefox issue when action menus opened on different rows
|
|
70085
|
+
// See: https://github.com/ni/nimble/issues/2744
|
|
70086
|
+
if (!event.detail.newState) {
|
|
70087
|
+
this.currentActionMenuColumn = undefined;
|
|
70088
|
+
}
|
|
70084
70089
|
this.emitActionMenuToggleEvent('row-action-menu-toggle', event.detail, column);
|
|
70085
70090
|
}
|
|
70086
70091
|
/** @internal */
|