MCPcopy Index your code
hub / github.com/csev/py4e / barMouseDown

Function barMouseDown

tools/pythonauto/static/codemirrorepl/codemirror.js:442–445  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

440 if (mac_geLion && scrollbarWidth(d.measure) === 0) {
441 d.scrollbarV.style.minWidth = d.scrollbarH.style.minHeight = mac_geMountainLion ? "18px" : "12px";
442 var barMouseDown = function(e) {
443 if (e_target(e) != d.scrollbarV && e_target(e) != d.scrollbarH)
444 operation(cm, onMouseDown)(e);
445 };
446 on(d.scrollbarV, "mousedown", barMouseDown);
447 on(d.scrollbarH, "mousedown", barMouseDown);
448 }

Callers

nothing calls this directly

Calls 2

e_targetFunction · 0.70
operationFunction · 0.70

Tested by

no test coverage detected