wip serialize editor
This commit is contained in:
parent
d20d21c6a2
commit
75d3d46b1b
3 changed files with 29 additions and 8 deletions
|
@ -373,6 +373,7 @@ pub fn init(cx: &mut MutableAppContext) {
|
|||
|
||||
workspace::register_project_item::<Editor>(cx);
|
||||
workspace::register_followable_item::<Editor>(cx);
|
||||
workspace::register_deserializable_item::<Editor>(cx);
|
||||
}
|
||||
|
||||
trait InvalidationRegion {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue