Skip to content

Commit 3b47913

Browse files
committed
Update documentation
1 parent da0b436 commit 3b47913

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dialog/overflow-menu/overflow-menu-pane.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ export class OverflowMenuPane extends Dialog {
104104
}
105105

106106
clickClose(event) {
107-
// Opens menu when you click on the menu button and stays open when navigating through the options
107+
// Opens menu when clicking on the menu button and stays open while navigating through the options
108108
if (this.dialogConfig.parentRef.nativeElement.firstChild.contains(event.target) ||
109109
this.listItems().some(button => button === event.relatedTarget) ||
110110
event.type === "focusout" && event.relatedTarget === this.dialogConfig.parentRef.nativeElement) {

0 commit comments

Comments
 (0)