Skip to content
This repository was archived by the owner on May 20, 2023. It is now read-only.

Commit 7ce8b13

Browse files
TedSandernshahan
authored andcommitted
Fix a copy paste mistake
PiperOrigin-RevId: 221179294
1 parent 2c32d55 commit 7ce8b13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

angular_components/lib/material_popup/material_popup.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -580,7 +580,7 @@ class MaterialPopupComponent extends Object
580580
showPopup = false;
581581
_changeDetector.markForCheck();
582582

583-
// Tell the source that it is open.
583+
// Tell the source that it is closed.
584584
state.source.onClose();
585585

586586
if (hasBox) {

0 commit comments

Comments
 (0)