chore: disable code block html preview (#12829)

<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->

## Summary by CodeRabbit

- **Chores**
- Updated the default setting for the code block HTML preview feature
flag; it is now disabled by default. This change affects only
experimental builds.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->

---------

Co-authored-by: L-Sun <zover.v@gmail.com>
This commit is contained in:
Mirone
2025-06-16 21:28:42 +08:00
committed by GitHub
parent 1fb68e3933
commit 8f5851e8bf

View File

@@ -280,7 +280,7 @@ export const AFFINE_FLAGS = {
description:
'com.affine.settings.workspace.experimental-features.enable-code-block-html-preview.description',
configurable: isCanaryBuild,
defaultState: true,
defaultState: isCanaryBuild,
},
enable_adapter_panel: {
category: 'affine',