move commands again
This commit is contained in:
6
packages/core/src/commands/selectAll.ts
Normal file
6
packages/core/src/commands/selectAll.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
import { selectAll } from 'prosemirror-commands'
|
||||
import { Command } from '../Editor'
|
||||
|
||||
export default (): Command => ({ state, dispatch }) => {
|
||||
return selectAll(state, dispatch)
|
||||
}
|
||||
Reference in New Issue
Block a user