Skip to content

Commit

Permalink
fix(infra): override saved blocksuite feature flag (#7399)
Browse files Browse the repository at this point in the history
  • Loading branch information
EYHN authored Jul 1, 2024
1 parent 8c4a42f commit 3f8fe5c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/common/infra/src/atom/settings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ export function setupEditorFlags(docCollection: DocCollection) {
// override this flag in app settings
// TODO(@eyhn): need a better way to manage block suite flags
docCollection.awarenessStore.setFlag('enable_synced_doc_block', true);
docCollection.awarenessStore.setFlag('enable_edgeless_text', true);
} catch (err) {
logger.error('syncEditorFlags', err);
}
Expand Down

0 comments on commit 3f8fe5c

Please sign in to comment.