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

Method isSelected

tools/xsbug/TabsPane.js:87–89  ·  view source on GitHub ↗
(container)

Source from the content-addressed store, hash-verified

85 }
86 }
87 isSelected(container) {
88 return false;
89 }
90 onMouseEntered(container, x, y) {
91 application.cursor = cursors.arrow;
92 this.changeState(container, this.isSelected(container) ? 0 : 2);

Callers 2

onMouseEnteredMethod · 0.95
onMouseExitedMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected