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

Function userUnselect

static/editor.md/editormd.js:4466–4470  ·  view source on GitHub ↗
(obj)

Source from the content-addressed store, hash-verified

4464 };
4465
4466 var userUnselect = function (obj) {
4467 obj.addClass(classPrefix + "user-unselect").on("selectstart", function(event) { // selectstart for IE
4468 return false;
4469 });
4470 };
4471
4472 var moveAction = function (e) {
4473 e = e || window.event; //IE

Callers 1

moveActionFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected