feat(core): enable callout in canary (#11302)

This commit is contained in:
EYHN
2025-03-31 16:10:18 +08:00
committed by GitHub
parent 8bea31698e
commit 24c382d3aa
2 changed files with 1 additions and 7 deletions
@@ -103,7 +103,7 @@ export const AFFINE_FLAGS = {
description:
'com.affine.settings.workspace.experimental-features.enable-callout.description',
configurable: isCanaryBuild,
defaultState: false,
defaultState: isCanaryBuild,
},
enable_embed_iframe_block: {
category: 'blocksuite',