mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-21 00:07:01 +08:00
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:
@@ -219,5 +219,5 @@ export class DocTitle extends WithDisposable(ShadowlessElement) {
|
||||
accessor doc!: Store;
|
||||
|
||||
@property({ attribute: false })
|
||||
accessor wrapText = false;
|
||||
accessor wrapText = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user