Browse Source

:sparkles: https://github.com/Vanessa219/vditor/issues/1808

Vanessa 5 months ago
parent
commit
755bb98123
1 changed files with 1 additions and 1 deletions
  1. 1 1
      types/index.d.ts

+ 1 - 1
types/index.d.ts

@@ -841,7 +841,7 @@ interface IVditor {
         element: HTMLElement
         isUploading: boolean
         range: Range,
-        xhr: XMLHttpRequest,
+        xhr?: XMLHttpRequest,
     };
     undo?: {
         clearStack(vditor: IVditor): void,