-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
We were registering `deploy` only on editors, which did succeed for channel notes; however, channel note does not have an associated workspace (that we pulled from the editor). It made more sense to just register these actions for a workspace, notwithstanding the editor. This PR also fixes a bunch of cx.dispatch_action calls to call the handler directly instead (e.g. instead of dispatching ReplaceNext we just call buffer_search_bar.replace_next instead) as otherwise these actions are not handled if the buffer search bar does not have the focus. Release Notes: - N/A
- Loading branch information
Showing
2 changed files
with
95 additions
and
110 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters