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:
Piotr Osiewicz 2024-01-04 16:07:18 +01:00
parent 5ad125a9e9
commit 9cdcdbea41
2 changed files with 32 additions and 3 deletions

View file

@ -485,7 +485,6 @@ impl BufferSearchBar {
cx.propagate();
});
registrar.register_handler(|this, deploy, cx| {
dbg!("Deploying?");
this.deploy(deploy, cx);
})
}