refactor(editor): improve implementation of flat model (#10848)

This commit is contained in:
Saul-Mirone
2025-03-14 13:18:03 +00:00
parent 3b4453d2b8
commit 1ce290094e
8 changed files with 576 additions and 525 deletions

View File

@@ -1,7 +1,7 @@
import { BlockSuiteError, ErrorCode } from '@blocksuite/global/exceptions';
import * as Y from 'yjs';
import { ReactiveFlatYMap } from '../../reactive/flat-native-y.js';
import { ReactiveFlatYMap } from '../../reactive/flat-native-y/index.js';
import type { Schema } from '../../schema/schema.js';
import type { Store } from '../store/store.js';
import { BlockModel } from './block-model.js';