braft-utils
Advanced tools
Comparing version 0.0.10 to 0.0.11
@@ -348,2 +348,5 @@ 'use strict'; | ||
}, | ||
handleKeyCommand: function handleKeyCommand(editorState, command) { | ||
return _draftJs.RichUtils.handleKeyCommand(editorState, command); | ||
}, | ||
undo: function undo(editorState) { | ||
@@ -350,0 +353,0 @@ return _draftJs.EditorState.undo(editorState); |
{ | ||
"name": "braft-utils", | ||
"version": "0.0.10", | ||
"version": "0.0.11", | ||
"description": "Utils for Braft Editor", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
109157
505