MCPcopy Create free account
hub / github.com/devforth/painterro / hide

Method hide

js/selecter.js:495–499  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

493 }
494
495 hide() {
496 this.area.rect.setAttribute('hidden', 'true');
497 this.shown = false;
498 this.areaionCallback(false);
499 }
500
501 draw() {
502 if (this.area.topl) {

Callers 4

cancelPlacingMethod · 0.95
handleKeyDownMethod · 0.95
handleMouseDownMethod · 0.95
closeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected