mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-04 08:38:34 +00:00
chore(ios): disable dom renderer (#13462)
#### PR Dependency Tree * **PR #13462** 👈 This tree was auto-generated by [Charcoal](https://github.com/danerwilliams/charcoal) <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Chores** * Updated default configuration: The DOM-based renderer is now disabled by default on all platforms. Previously, it was enabled by default on iOS. This change standardizes the out-of-the-box experience across devices. If you rely on the DOM renderer, you can still enable it via feature flags in your environment or settings. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
This commit is contained in:
@@ -227,7 +227,7 @@ export const AFFINE_FLAGS = {
|
||||
displayName: 'Enable DOM Renderer',
|
||||
description: 'Enable DOM renderer for graphics elements',
|
||||
configurable: true,
|
||||
defaultState: isIOS,
|
||||
defaultState: false,
|
||||
},
|
||||
enable_edgeless_scribbled_style: {
|
||||
category: 'blocksuite',
|
||||
|
||||
Reference in New Issue
Block a user