Dispatch keystrokes and fix rerendering when window invalidated

Co-Authored-By: Antonio Scandurra <me@as-cii.com>
This commit is contained in:
Nathan Sobo
2021-03-21 11:38:23 -06:00
co-authored by Antonio Scandurra
parent f5df3681f8
commit 046fe3fff9
9 changed files with 55 additions and 27 deletions
+1
View File
@@ -141,6 +141,7 @@ impl WorkspaceView {
ctx.focus(&modal);
self.modal = Some(modal.into());
}
log::info!("toggle modal notify");
ctx.notify();
}