MCPcopy Index your code
hub / github.com/DHTMLX/gantt / ensureFocus

Function ensureFocus

samples/common/codehighlight/codemirror.js:3288–3293  ·  view source on GitHub ↗
(cm)

Source from the content-addressed store, hash-verified

3286 }
3287
3288 function ensureFocus(cm) {
3289 if (!cm.hasFocus()) {
3290 cm.display.input.focus();
3291 if (!cm.state.focused) { onFocus(cm); }
3292 }
3293 }
3294
3295 function delayBlurEvent(cm) {
3296 cm.state.delayingBlurEvent = true;

Callers 1

endOperation_W2Function · 0.85

Calls 2

onFocusFunction · 0.85
focusMethod · 0.65

Tested by

no test coverage detected