zed/gpui
Antonio Scandurra f755cbbe98 Dispatch global actions only once when triggering a menu item
Previously we would dispatch the same global action more than once
because we would invoke `dispatch_action_any` _and_
`dispatch_global_action_any`. However, the former already takes care of
going through the global action handlers when no entity in the dispatch
path handled the action.
2021-04-14 14:47:18 +02:00
..
examples Pass the on_finish_launching callback to Platform::run 2021-04-09 21:33:17 -06:00
grammars/context-predicate
src Dispatch global actions only once when triggering a menu item 2021-04-14 14:47:18 +02:00
build.rs Whitelist shader bindings using a regex, not individual types 2021-03-29 12:39:21 -07:00
Cargo.toml Add ability to debug element trees as JSON 2021-04-07 21:54:14 -06:00