Block Editor文件块支持上传多个文件,每个文件是独立块
This commit is contained in:
parent
c5d0b50755
commit
0fbbf57afc
@ -39,7 +39,9 @@ export function useFileUploader() {
|
||||
},
|
||||
})
|
||||
.run()
|
||||
// pendingEditor 保持存活,后续批量上传仍可继续插入
|
||||
|
||||
const { $to } = pendingEditor.state.selection
|
||||
pendingEditor.commands.setTextSelection($to.pos)
|
||||
}
|
||||
|
||||
function onCancel() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user