mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-14 21:27:20 +00:00
chore(editor): rename std.doc to std.store (#9596)
This commit is contained in:
@@ -45,7 +45,7 @@ export function toNumberedList(
|
||||
model: BlockModel,
|
||||
order: number
|
||||
) {
|
||||
const { doc } = std;
|
||||
const { store: doc } = std;
|
||||
if (!model.text) return;
|
||||
const parent = doc.getParent(model);
|
||||
if (!parent) return;
|
||||
|
||||
Reference in New Issue
Block a user