Use Registrar in Assistant Panel.
This fixes various actions like "Activate regex mode" that were dispatched onto main pane instead of assistant search bar.
This commit is contained in:
parent
5ad125a9e9
commit
9cdcdbea41
2 changed files with 32 additions and 3 deletions
|
@ -485,7 +485,6 @@ impl BufferSearchBar {
|
|||
cx.propagate();
|
||||
});
|
||||
registrar.register_handler(|this, deploy, cx| {
|
||||
dbg!("Deploying?");
|
||||
this.deploy(deploy, cx);
|
||||
})
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue