mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-18 18:41:52 +08:00
chore(editor): rename std.doc to std.store (#9596)
This commit is contained in:
@@ -43,7 +43,7 @@ export const quickActionConfig: QuickActionConfig[] = [
|
||||
|
||||
std.selection.clear();
|
||||
|
||||
const doc = std.doc;
|
||||
const doc = std.store;
|
||||
const autofill = getTitleFromSelectedModels(selectedModels);
|
||||
promptDocTitle(std, autofill)
|
||||
.then(title => {
|
||||
|
||||
Reference in New Issue
Block a user