Get basic text input working
Co-authored-by: Marshall <marshall@zed.dev>
This commit is contained in:
co-authored by
Marshall
parent
bd12e3edb6
commit
9fe3073af7
@@ -2694,7 +2694,7 @@ impl Workspace {
|
||||
.any(|item| item.has_conflict(cx) || item.is_dirty(cx));
|
||||
if is_edited != self.window_edited {
|
||||
self.window_edited = is_edited;
|
||||
todo!()
|
||||
// todo!()
|
||||
// cx.set_window_edited(self.window_edited)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user