fix packages

This commit is contained in:
Philipp Kühn
2018-08-23 10:49:01 +02:00
parent 678bcd3673
commit adc90a7ecd
6 changed files with 13 additions and 12 deletions

View File

@@ -1,5 +1,5 @@
import { nodeIsActive } from '../utils'
import { wrapInList, liftListItem } from '..'
import { nodeIsActive } from 'tiptap-utils'
import { wrapInList, liftListItem } from 'prosemirror-schema-list'
export default function toggleList(type, itemType) {
return (state, dispatch, view) => {