(callback)
| 130 | } |
| 131 | |
| 132 | toggleIcon(callback) { |
| 133 | if (callback) { |
| 134 | this.eFrame.addEventListener('transitionend', callback, {once: true}); |
| 135 | } |
| 136 | this.eFrame.classList.toggle('m-open'); |
| 137 | } |
| 138 | |
| 139 | setFrameDim() { |
| 140 | const {width, height} = this.pgpRange.getBoundingClientRect(); |
no test coverage detected