rename function

This commit is contained in:
Philipp Kühn
2018-11-26 11:17:24 +01:00
parent b1349c544e
commit 5ed84cb511
3 changed files with 4 additions and 4 deletions

View File

@@ -40,6 +40,7 @@ import {
import insertText from './commands/insertText'
import markInputRule from './commands/markInputRule'
import pasteRule from './commands/pasteRule'
import removeMark from './commands/removeMark'
import replaceText from './commands/replaceText'
import setInlineBlockType from './commands/setInlineBlockType'
@@ -48,7 +49,6 @@ 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
@@ -91,6 +91,7 @@ export {
// custom
insertText,
markInputRule,
pasteRule,
removeMark,
replaceText,
setInlineBlockType,
@@ -99,5 +100,4 @@ export {
toggleList,
toggleWrap,
updateMark,
wrappingPasteRule,
}