mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-24 13:17:10 +08:00
chore(editor): rename std.doc to std.store (#9596)
This commit is contained in:
@@ -62,7 +62,7 @@ export const deleteTextCommand: Command<
|
||||
selectedElements
|
||||
.filter(el => el.model.id !== fromElement.model.id)
|
||||
.forEach(el => {
|
||||
ctx.std.doc.deleteBlock(el.model, {
|
||||
ctx.std.store.deleteBlock(el.model, {
|
||||
bringChildrenTo:
|
||||
el.model.id === toElement.model.id ? fromElement.model : undefined,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user