Uncomment Editor::new
This commit is contained in:
parent
2fccde5ab6
commit
11feda01e3
3 changed files with 505 additions and 503 deletions
|
@ -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 } => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue