mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
fix font not rendered on init in FF (#1197)
This commit is contained in:
parent
96cea9b84b
commit
036978b837
2 changed files with 23 additions and 0 deletions
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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue