mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-13 12:55:00 +00:00
refactor(core): move fontFamily and fullWidthLayout to editor settings (#7988)
This commit is contained in:
@@ -96,7 +96,7 @@ export const AFFINE_FLAGS = {
|
||||
displayName: 'Editor Settings',
|
||||
description: 'Enables editor settings.',
|
||||
configurable: isCanaryBuild,
|
||||
defaultState: false,
|
||||
defaultState: isCanaryBuild,
|
||||
},
|
||||
} satisfies { [key in string]: FlagInfo };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user