Get basic text input working
Co-authored-by: Marshall <marshall@zed.dev>
This commit is contained in:
parent
bd12e3edb6
commit
9fe3073af7
3 changed files with 141 additions and 135 deletions
|
@ -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)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue