mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-13 21:05:19 +00:00
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:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user