mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-09-06 08:50:50 +08:00
refactor(editor): move menu context to components (#9302)
This commit is contained in:
@@ -1,9 +1,8 @@
|
||||
import type { BlockSnapshot, SliceSnapshot } from '@blocksuite/store';
|
||||
|
||||
import {
|
||||
mergeToCodeModel,
|
||||
transformModel,
|
||||
} from '../../root-block/utils/operations/model.js';
|
||||
} from '@blocksuite/affine-shared/utils';
|
||||
import type { BlockSnapshot, SliceSnapshot } from '@blocksuite/store';
|
||||
|
||||
class DocTestUtils {
|
||||
// block model operations (data layer)
|
||||
|
||||
Reference in New Issue
Block a user