Explorar el Código

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

Vanessa hace 5 meses
padre
commit
755bb98123
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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,