mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-03-11 14:25:46 +08:00
Run formatter
This commit is contained in:
parent
b6d878efe4
commit
6b5de9eda5
1 changed files with 4 additions and 1 deletions
|
@ -39,7 +39,10 @@ const liveSocket = new LiveSocket("/live", Socket, {
|
|||
});
|
||||
|
||||
// Show progress bar on live navigation and form submits
|
||||
topbar.config({ barColors: { 0: "#b2c1ff" }, shadowColor: "rgba(0, 0, 0, .3)" });
|
||||
topbar.config({
|
||||
barColors: { 0: "#b2c1ff" },
|
||||
shadowColor: "rgba(0, 0, 0, .3)",
|
||||
});
|
||||
window.addEventListener("phx:page-loading-start", () => topbar.show());
|
||||
window.addEventListener("phx:page-loading-stop", () => topbar.hide());
|
||||
|
||||
|
|
Loading…
Reference in a new issue