feat: enable new dnd flag (#9194)

This commit is contained in:
Saul-Mirone
2024-12-18 05:53:08 +00:00
parent 64b017dc1b
commit e13f9d3885
2 changed files with 2 additions and 12 deletions

View File

@@ -23,8 +23,8 @@ export const AFFINE_FLAGS = {
'com.affine.settings.workspace.experimental-features.enable-new-dnd.name',
description:
'com.affine.settings.workspace.experimental-features.enable-new-dnd.description',
configurable: isCanaryBuild,
defaultState: false,
configurable: false,
defaultState: true,
},
enable_database_full_width: {
category: 'blocksuite',