MCPcopy Index your code
hub / github.com/devforth/painterro / open

Method open

js/settings.js:70–77  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

68 }
69
70 open() {
71 this.wrapper.removeAttribute('hidden');
72 this.opened = true;
73 if (this.inputPixelSize) {
74 this.inputPixelSize.value = this.main.select.pixelizePixelSize;
75 }
76 this.bgSelBtn.style['background-color'] = this.main.colorWidgetState.bg.alphaColor;
77 }
78
79 close() {
80 this.wrapper.setAttribute('hidden', 'true');

Callers 1

constructorMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected