浏览代码

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

Vanessa 5 月之前
父节点
当前提交
755bb98123
共有 1 个文件被更改,包括 1 次插入1 次删除
  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,