- Fixed mishandling of removing  duplicated queue on processing
- Dependency importing
This commit is contained in:
vorotamoroz
2026-01-14 08:07:22 +00:00
parent 7e85bcbf08
commit dff654b6e5
9 changed files with 13 additions and 9 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
import { App } from "obsidian";
import { App } from "@/deps.ts";
import ObsidianLiveSyncPlugin from "@/main";
import { DEFAULT_SETTINGS, type ObsidianLiveSyncSettings } from "@/lib/src/common/types";
import { LOG_LEVEL_VERBOSE, setGlobalLogFunction } from "@lib/common/logger";