mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-02 09:59:55 +08:00
chore(editor): rename std.doc to std.store (#9596)
This commit is contained in:
@@ -35,7 +35,7 @@ export const insertImagesCommand: Command<
|
||||
place
|
||||
);
|
||||
if (removeEmptyLine && targetModel.text?.length === 0) {
|
||||
std.doc.deleteBlock(targetModel);
|
||||
std.store.deleteBlock(targetModel);
|
||||
}
|
||||
|
||||
return result ?? [];
|
||||
|
||||
Reference in New Issue
Block a user