mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-20 15:57:06 +08:00
chore(editor): rename std.doc to std.store (#9596)
This commit is contained in:
@@ -14,7 +14,7 @@ export const deleteSelectedModelsCommand: Command<'selectedModels'> = (
|
||||
}
|
||||
|
||||
models.forEach(model => {
|
||||
ctx.std.doc.deleteBlock(model);
|
||||
ctx.std.store.deleteBlock(model);
|
||||
});
|
||||
|
||||
return next();
|
||||
|
||||
Reference in New Issue
Block a user