We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da0b436 commit 3b47913Copy full SHA for 3b47913
src/dialog/overflow-menu/overflow-menu-pane.component.ts
@@ -104,7 +104,7 @@ export class OverflowMenuPane extends Dialog {
104
}
105
106
clickClose(event) {
107
- // Opens menu when you click on the menu button and stays open when navigating through the options
+ // Opens menu when clicking on the menu button and stays open while navigating through the options
108
if (this.dialogConfig.parentRef.nativeElement.firstChild.contains(event.target) ||
109
this.listItems().some(button => button === event.relatedTarget) ||
110
event.type === "focusout" && event.relatedTarget === this.dialogConfig.parentRef.nativeElement) {
0 commit comments