mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-16 13:57:02 +08:00
refactor(editor): move focus block commands to blocksuite/shared (#10671)
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
import { focusBlockEnd, focusBlockStart } from '@blocksuite/affine-block-note';
|
||||
import {
|
||||
focusBlockEnd,
|
||||
focusBlockStart,
|
||||
getNextBlockCommand,
|
||||
getPrevBlockCommand,
|
||||
} from '@blocksuite/affine-shared/commands';
|
||||
|
||||
Reference in New Issue
Block a user