add paste rules

This commit is contained in:
Philipp Kühn
2018-11-26 11:11:39 +01:00
parent df402a66ad
commit d27b0deb6a
6 changed files with 97 additions and 1 deletions

View File

@@ -48,6 +48,7 @@ import toggleBlockType from './commands/toggleBlockType'
import toggleList from './commands/toggleList'
import toggleWrap from './commands/toggleWrap'
import updateMark from './commands/updateMark'
import wrappingPasteRule from './commands/wrappingPasteRule'
export {
// prosemirror-commands
@@ -98,4 +99,5 @@ export {
toggleList,
toggleWrap,
updateMark,
wrappingPasteRule,
}