Skip to content

Commit

Permalink
fixed a merge mistake 2
Browse files Browse the repository at this point in the history
  • Loading branch information
hero101 committed Oct 9, 2024
1 parent b0700dd commit 96bd450
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/excalidraw/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -688,7 +688,6 @@ export interface ExcalidrawImperativeAPI {
getAppState: () => InstanceType<typeof App>["state"];
getFiles: () => InstanceType<typeof App>["files"];
getName: InstanceType<typeof App>["getName"];
scrollToContent: InstanceType<typeof App>["scrollToContent"];
registerAction: (action: Action) => void;
refresh: InstanceType<typeof App>["refresh"];
setToast: InstanceType<typeof App>["setToast"];
Expand Down

0 comments on commit 96bd450

Please sign in to comment.