draft-js-plugins-utils
Advanced tools
Comparing version
@@ -6,3 +6,6 @@ # Change Log | ||
### 2.0.3 | ||
- added collapseToEnd method | ||
### 2.0.2 | ||
- released draft-js-plugins-utils |
@@ -20,2 +20,12 @@ 'use strict'; | ||
}, | ||
collapseToEnd: function collapseToEnd(editorState) { | ||
var selection = editorState.getSelection(); | ||
return _draftJs.EditorState.forceSelection(editorState, selection.merge({ | ||
anchorKey: selection.getEndKey(), | ||
focusKey: selection.getEndKey(), | ||
anchorOffset: selection.getEndOffset(), | ||
focusOffset: selection.getEndOffset() | ||
})); | ||
}, | ||
getCurrentEntityKey: function getCurrentEntityKey(editorState) { | ||
@@ -22,0 +32,0 @@ var selection = editorState.getSelection(); |
{ | ||
"name": "draft-js-plugins-utils", | ||
"version": "2.0.2", | ||
"version": "2.0.3", | ||
"description": "Plugin utilities for draft js", | ||
@@ -5,0 +5,0 @@ "author": { |
Sorry, the diff of this file is not supported yet
AI-detected possible typosquat
Supply chain riskAI has identified this package as a potential typosquat of a more popular package. This suggests that the package may be intentionally mimicking another package's name, description, or other metadata.
Found 1 instance in 1 package
7325
12.17%51
21.43%1
Infinity%