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

Function userUnselect

static/editor.md/editormd.amd.js:4446–4450  ·  view source on GitHub ↗
(obj)

Source from the content-addressed store, hash-verified

4444 };
4445
4446 var userUnselect = function (obj) {
4447 obj.addClass(classPrefix + "user-unselect").on("selectstart", function(event) { // selectstart for IE
4448 return false;
4449 });
4450 };
4451
4452 var moveAction = function (e) {
4453 e = e || window.event; //IE

Callers 1

moveActionFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected