MCPcopy Create free account
hub / github.com/microsoft/SandDance / handleLeaveEvent

Method handleLeaveEvent

docs/app/js/sanddance-app.js:94888–94892  ·  view source on GitHub ↗
(event)

Source from the content-addressed store, hash-verified

94886 }
94887 }
94888 handleLeaveEvent(event) {
94889 if (this.enableLeaveEvent) {
94890 if (event.type === "mouseleave") this._emit(LEAVE_EVENT_TYPE, event);
94891 }
94892 }
94893 handleMoveEvent(event) {
94894 if (this.enableMoveEvent) switch(event.type){
94895 case "mousedown":

Callers 1

constructorMethod · 0.95

Calls 1

_emitMethod · 0.95

Tested by

no test coverage detected