Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/breck7/scroll
/ ensureFocus
Function
ensureFocus
external/.scrollLibs.js:4628–4633 ·
view source on GitHub ↗
(cm)
Source
from the content-addressed store, hash-verified
4626
}
4627
4628
function
ensureFocus(cm) {
4629
if
(!cm.state.focused) {
4630
cm.display.input.focus()
4631
onFocus(cm)
4632
}
4633
}
4634
4635
function
delayBlurEvent(cm) {
4636
cm.state.delayingBlurEvent = true
Callers
1
endOperation_W2
Function · 0.85
Calls
1
onFocus
Function · 0.85
Tested by
no test coverage detected