Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SamyPesse/draft-js-code
/ onTab.test.js
File
onTab.test.js
lib/__tests__/onTab.test.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
onTab = require(
'../onTab'
);
3
4
const
toPlainText = editorState =>
Callers
nothing calls this directly
Calls
4
onTab
Function · 0.85
tabs
Function · 0.85
createWithText
Function · 0.70
toPlainText
Function · 0.70
Tested by
no test coverage detected