fix(editor): wrap doc title by default (#10052)

Close [AF-2195](https://linear.app/affine-design/issue/AF-2195/editor-的-title-overflow-时没有换行)
This commit is contained in:
L-Sun
2025-02-10 11:30:14 +00:00
parent d03744688b
commit 23364b59a0

View File

@@ -219,5 +219,5 @@ export class DocTitle extends WithDisposable(ShadowlessElement) {
accessor doc!: Store;
@property({ attribute: false })
accessor wrapText = false;
accessor wrapText = true;
}