mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
Merge 10d6550a1d
into 4a60fe3d22
This commit is contained in:
commit
667bd4fb93
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ import type { FileSystemHandle } from "browser-fs-access";
|
|||
|
||||
type FILE_EXTENSION = Exclude<keyof typeof MIME_TYPES, "binary">;
|
||||
|
||||
const INPUT_CHANGE_INTERVAL_MS = 500;
|
||||
const INPUT_CHANGE_INTERVAL_MS = 1000;
|
||||
|
||||
export const fileOpen = <M extends boolean | undefined = false>(opts: {
|
||||
extensions?: FILE_EXTENSION[];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue