Make dispatch_global_action
private
This commit is contained in:
parent
0f44648b38
commit
029538fe21
2 changed files with 20 additions and 5 deletions
|
@ -1048,7 +1048,7 @@ impl AppContext {
|
|||
}
|
||||
}
|
||||
|
||||
pub fn dispatch_global_action<A: Action>(&mut self, action: A) {
|
||||
fn dispatch_global_action<A: Action>(&mut self, action: A) {
|
||||
self.dispatch_global_action_any(&action);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue