Make Modals dismissable in theory

This commit is contained in:
Conrad Irwin 2023-11-08 14:45:36 -07:00
parent 097efdebc5
commit 6a802e2fda
4 changed files with 57 additions and 42 deletions

View file

@ -1,4 +1,4 @@
use gpui::{actions, ctor};
use gpui::actions;
// todo!(remove this)
// https://github.com/rust-lang/rust/issues/47384