()
| 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'); |