Make theme selector eagerly display the selected theme
This commit is contained in:
parent
03aa906068
commit
b440a51675
3 changed files with 78 additions and 18 deletions
|
@ -144,7 +144,7 @@ impl OutlineView {
|
|||
let view = cx.add_view(|cx| OutlineView::new(outline, editor, settings, cx));
|
||||
cx.subscribe(&view, Self::on_event).detach();
|
||||
view
|
||||
})
|
||||
});
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue