fix: abstract and fix legacy fs (#4032)
This commit is contained in:
@ -23,6 +23,7 @@ import { Language } from "./i18n";
|
||||
import { ClipboardData } from "./clipboard";
|
||||
import { isOverScrollBars } from "./scene";
|
||||
import { MaybeTransformHandleType } from "./element/transformHandles";
|
||||
import { FileSystemHandle } from "./data/filesystem";
|
||||
|
||||
export type Point = Readonly<RoughPoint>;
|
||||
|
||||
@ -112,7 +113,7 @@ export type AppState = {
|
||||
offsetLeft: number;
|
||||
|
||||
isLibraryOpen: boolean;
|
||||
fileHandle: import("browser-fs-access").FileSystemHandle | null;
|
||||
fileHandle: FileSystemHandle | null;
|
||||
collaborators: Map<string, Collaborator>;
|
||||
showStats: boolean;
|
||||
currentChartType: ChartType;
|
||||
|
Reference in New Issue
Block a user