Added comments to EA, moved non-class function to EAUtils

This commit is contained in:
zsviczian
2025-01-04 20:23:14 +01:00
parent 1562600cd3
commit 88f256cd8f
14 changed files with 828 additions and 718 deletions

View File

@@ -1,4 +1,4 @@
import { App, FuzzySuggestModal, Notice, TFile } from "obsidian";
import { App, FuzzySuggestModal, Notice } from "obsidian";
import { t } from "../../lang/helpers";
import ExcalidrawView from "src/view/ExcalidrawView";
import { getEA } from "src/core";