use splitBlockKeepMarks by default, disable weird selectAll

This commit is contained in:
Philipp Kühn
2020-11-04 12:40:13 +01:00
parent 4ed01c41cb
commit 0ba95a7ae3
3 changed files with 44 additions and 19 deletions

View File

@@ -5,7 +5,6 @@ export { DeleteSelection } from './deleteSelection'
export { Editable } from './editable'
export { Focus } from './focus'
export { FocusEvents } from './focusEvents'
export { InputRules } from './inputRules'
export { InsertHTML } from './insertHTML'
export { InsertText } from './insertText'
export { BaseKeymap } from './baseKeymap'