MCPcopy Create free account
hub / github.com/TruthHun/BookStack / barMouseDown

Function barMouseDown

static/editor.md/lib/codemirror/lib/codemirror.js:459–462  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

457 this.horiz.style.minHeight = this.vert.style.minWidth = w;
458 var self = this;
459 var barMouseDown = function(e) {
460 if (e_target(e) != self.vert && e_target(e) != self.horiz)
461 operation(self.cm, onMouseDown)(e);
462 };
463 on(this.vert, "mousedown", barMouseDown);
464 on(this.horiz, "mousedown", barMouseDown);
465 },

Callers

nothing calls this directly

Calls 2

e_targetFunction · 0.70
operationFunction · 0.70

Tested by

no test coverage detected