Skip to content

Commit 3bd01b3

Browse files
author
Stephan Dilly
committed
close stashmsg popup correctly
1 parent 1f5706f commit 3bd01b3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/components/stashmsg.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,9 @@ impl Component for StashMsgComponent {
6161
)
6262
.is_ok()
6363
{
64+
self.input.clear();
65+
self.hide();
66+
6467
self.queue.borrow_mut().push_back(
6568
InternalEvent::Update(NeedsUpdate::ALL),
6669
);

0 commit comments

Comments
 (0)