We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7563bd2 commit 668d8aeCopy full SHA for 668d8ae
lib/event_horizon_web/components/command_bar.ex
@@ -335,10 +335,12 @@ defmodule EventHorizonWeb.CommandBar do
335
this.hide();
336
navigator.clipboard.writeText(window.location.href);
337
} else if (action === "go-back") {
338
- this.hide();
+ this._isOpen = false;
339
+ this.el.style.display = "none";
340
window.history.back();
341
} else if (action === "go-forward") {
342
343
344
window.history.forward();
345
} else if (action === "scroll-top") {
346
0 commit comments