diff --git a/src/popup.rs b/src/popup.rs index cb1a536..1f24248 100644 --- a/src/popup.rs +++ b/src/popup.rs @@ -216,7 +216,7 @@ impl Popup { } } - /// Hides the popover + /// Hides the popup pub fn hide(&self) { *self.current_widget.borrow_mut() = None; self.window.hide();