mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-29 08:09:52 +08:00
refactor(editor): merge inline to std (#11025)
This commit is contained in:
@@ -4,8 +4,8 @@ import {
|
||||
} from '@blocksuite/affine-rich-text';
|
||||
import type { UIEventStateContext } from '@blocksuite/block-std';
|
||||
import { TextSelection, WidgetComponent } from '@blocksuite/block-std';
|
||||
import { InlineEditor } from '@blocksuite/block-std/inline';
|
||||
import { DisposableGroup } from '@blocksuite/global/disposable';
|
||||
import { InlineEditor } from '@blocksuite/inline';
|
||||
import debounce from 'lodash-es/debounce';
|
||||
|
||||
import { AFFINE_SLASH_MENU_TRIGGER_KEY } from './consts';
|
||||
|
||||
Reference in New Issue
Block a user