refactor(editor): remove AbstractEditor type and feature flags in test (#10308)

This commit is contained in:
Saul-Mirone
2025-02-20 07:05:35 +00:00
parent 13f1859cdf
commit 9f4311f654
19 changed files with 215 additions and 412 deletions

View File

@@ -343,7 +343,6 @@ export const BlocksuiteDocEditor = forwardRef<
ref={onDocRef}
doc={page}
specs={specs}
hasViewport={false}
/>
<div
className={styles.docEditorGap}