()
| 2381 | |
| 2382 | // Prevent clicks in the scrollbars from killing focus |
| 2383 | function reFocus() { if (cm.state.focused) setTimeout(bind(focusInput, cm), 0); } |
| 2384 | on(d.scrollbarH, "mousedown", reFocus); |
| 2385 | on(d.scrollbarV, "mousedown", reFocus); |
| 2386 | // Prevent wrapper from ever scrolling |
nothing calls this directly
no test coverage detected
searching dependent graphs…