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

Function done

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

Source from the content-addressed store, hash-verified

2695 }
2696
2697 function done(e) {
2698 counter = Infinity;
2699 e_preventDefault(e);
2700 focusInput(cm);
2701 off(document, "mousemove", move);
2702 off(document, "mouseup", up);
2703 doc.history.lastSelOrigin = null;
2704 }
2705
2706 var move = operation(cm, function(e) {
2707 if ((ie && !ie_upto9) ? !e.buttons : !e_button(e)) done(e);

Callers 1

leftButtonSelectFunction · 0.70

Calls 3

e_preventDefaultFunction · 0.70
focusInputFunction · 0.70
offFunction · 0.50

Tested by

no test coverage detected