mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-18 02:21:51 +08:00
feat(editor): unify block props api (#10888)
Closes: [BS-2707](https://linear.app/affine-design/issue/BS-2707/统一使用props获取和更新block-prop)
This commit is contained in:
@@ -26,7 +26,7 @@ export const deleteTextCommand: Command<{
|
||||
|
||||
let fromText: Text | undefined;
|
||||
if (matchModels(fromElement.model, [RootBlockModel])) {
|
||||
fromText = fromElement.model.title;
|
||||
fromText = fromElement.model.props.title;
|
||||
} else {
|
||||
fromText = fromElement.model.text;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user