mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-09-17 06:21:16 +02:00
fix font not rendered on init in FF (#1197)
This commit is contained in:
6
src/global.d.ts
vendored
6
src/global.d.ts
vendored
@@ -1,3 +1,9 @@
|
||||
interface Document {
|
||||
fonts?: {
|
||||
ready?: Promise<void>;
|
||||
};
|
||||
}
|
||||
|
||||
interface Window {
|
||||
ClipboardItem: any;
|
||||
}
|
||||
|
Reference in New Issue
Block a user