replace json.stringify with proper processing, fix small issues with Ephemral state, added worker (inactive)

This commit is contained in:
zsviczian
2024-08-25 16:08:12 +02:00
parent 8466c42217
commit e890e4489b
16 changed files with 265 additions and 31 deletions

View File

@@ -7,7 +7,6 @@ import ExcalidrawPlugin from "../main";
import { getEA } from "src";
export class InsertImageDialog extends FuzzySuggestModal<TFile> {
public app: App;
public plugin: ExcalidrawPlugin;
private view: ExcalidrawView;