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

Method onMouseExited

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

Source from the content-addressed store, hash-verified

204 super.onMouseEntered(container, x, y);
205 }
206 onMouseExited(container, x, y) {
207 container.last.visible = false;
208 super.onMouseExited(container, x, y);
209 }
210 select(container) {
211 model.selectMachine(this.machine);
212 }

Callers

nothing calls this directly

Calls 1

onMouseExitedMethod · 0.45

Tested by

no test coverage detected