Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Vanessa219 committed Oct 27, 2024
1 parent 2c89ff4 commit 4ca4b4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## v1.0.5 2024-11

* [Added reading local files to `on-paste`](https://github.com/siyuan-note/siyuan/issues/12917)
* [Add plugin function `getAllEditor`](https://github.com/siyuan-note/siyuan/issues/12884)
* [Add plugin function `getModelByDockType`](https://github.com/siyuan-note/siyuan/issues/11782)
* [Replace `any` in IProtyle with the corresponding type](https://github.com/siyuan-note/petal/issues/34)
Expand Down
2 changes: 1 addition & 1 deletion siyuan.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ export interface IEventBusMap {
textHTML: string,
textPlain: string,
siyuanHTML: string,
files: FileList | DataTransferItemList;
files: FileList | DataTransferItemList | string[]; // 读取本地文件时为 string[]
}
"ws-main": IWebSocketData;
"sync-start": IWebSocketData;
Expand Down

0 comments on commit 4ca4b4b

Please sign in to comment.