mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-13 21:05:19 +00:00
feat(editor): remove flag control for database full-width (#9265)
This commit is contained in:
@@ -379,9 +379,6 @@ export class DatabaseBlockComponent extends CaptionedBlockComponent<
|
||||
}
|
||||
|
||||
listenFullWidthChange() {
|
||||
if (!this.doc.awarenessStore.getFlag('enable_database_full_width')) {
|
||||
return;
|
||||
}
|
||||
if (this.std.get(DocModeProvider).getEditorMode() === 'edgeless') {
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user