Block Editor文件块支持上传多个文件,每个文件是独立块

This commit is contained in:
jingrow 2026-06-08 13:07:46 +08:00
parent c5d0b50755
commit 0fbbf57afc

View File

@ -39,7 +39,9 @@ export function useFileUploader() {
},
})
.run()
// pendingEditor 保持存活,后续批量上传仍可继续插入
const { $to } = pendingEditor.state.selection
pendingEditor.commands.setTextSelection($to.pos)
}
function onCancel() {