feat: remove new image actions feature flag (#7256)

This commit is contained in:
donteatfriedrice
2024-06-19 03:13:19 +00:00
parent eb71471820
commit ce9a3c82ee
4 changed files with 6 additions and 22 deletions
@@ -126,7 +126,6 @@ const blocksuiteFeatureFlags: Partial<Record<keyof BlockSuiteFlags, string>> = {
enable_expand_database_block: 'Enable Expand Database Block',
enable_database_statistics: 'Enable Database Block Statistics',
enable_block_query: 'Enable Todo Block Query',
enable_new_image_actions: 'Enable New Image Actions',
enable_edgeless_text: 'Enable New Edgeless Text',
};