MCPcopy Create free account
hub / github.com/Moddable-OpenSource/moddable / onMouseExited

Method onMouseExited

tools/xsbug/TabsPane.js:94–96  ·  view source on GitHub ↗
(container, x, y)

Source from the content-addressed store, hash-verified

92 this.changeState(container, this.isSelected(container) ? 0 : 2);
93 }
94 onMouseExited(container, x, y) {
95 this.changeState(container, this.isSelected(container) ? 0 : 1);
96 }
97 onTouchBegan(container) {
98 this.changeState(container, 0);
99 this.select(container);

Callers 1

onMouseExitedMethod · 0.45

Calls 2

changeStateMethod · 0.95
isSelectedMethod · 0.95

Tested by

no test coverage detected