Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/SamyPesse/draft-js-code
/ handleKeyCommand.js
File
handleKeyCommand.js
lib/__tests__/handleKeyCommand.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
const
{ EditorState, ContentState, SelectionState } = require(
'draft-js'
);
2
const
handleKeyCommand = require(
'../handleKeyCommand'
);
3
4
const
toPlainText = editorState =>
Callers
nothing calls this directly
Calls
3
handleKeyCommand
Function · 0.85
toPlainText
Function · 0.70
createWithText
Function · 0.70
Tested by
no test coverage detected