|
@@ -38,7 +38,7 @@ import { useAudio } from "@/hooks/useAudio";
|
|
|
import { useI18n, getLocale } from "@/i18n";
|
|
|
import { Dialog } from "@/global_components";
|
|
|
|
|
|
-import { debounce } from "lodash";
|
|
|
+import { debounce } from "lodash-es";
|
|
|
|
|
|
const _ = window.ResizeObserver;
|
|
|
window.ResizeObserver = class ResizeObserver extends _ {
|