Uncomment Editor::new

This commit is contained in:
Antonio Scandurra 2023-11-03 10:38:28 +01:00
parent 2fccde5ab6
commit 11feda01e3
3 changed files with 505 additions and 503 deletions

View file

@ -373,6 +373,10 @@ impl AppContext {
self.platform.reveal_path(path)
}
pub fn should_auto_hide_scrollbars(&self) -> bool {
self.platform.should_auto_hide_scrollbars()
}
pub(crate) fn push_effect(&mut self, effect: Effect) {
match &effect {
Effect::Notify { emitter } => {