fix: wrong database loading progress display
This commit is contained in:
parent
a9dda69fef
commit
fc9d42f48d
2 changed files with 5 additions and 4 deletions
|
@ -9,8 +9,8 @@ if (import.meta.env.DEV && !(root instanceof HTMLElement)) {
|
|||
);
|
||||
}
|
||||
|
||||
// polyfill umami track function for development
|
||||
if (import.meta.env.DEV && !("umami" in window)) {
|
||||
// polyfill umami track function for cases where it may not be able to get loaded and development
|
||||
if (!("umami" in window)) {
|
||||
// @ts-ignore
|
||||
window.umami = {
|
||||
// biome-ignore lint/suspicious/noEmptyBlockStatements: <explanation>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue