()
| 101 | } |
| 102 | |
| 103 | removeDialog() { |
| 104 | // check if dialog is active |
| 105 | if (!this.vPopup) { |
| 106 | return; |
| 107 | } |
| 108 | this.vPopup = false; |
| 109 | this.eFrame.classList.add('m-cursor'); |
| 110 | this.eFrame.classList.remove('m-open'); |
| 111 | this.eFrame.addEventListener('click', this.clickHandler); |
| 112 | } |
| 113 | |
| 114 | setFrameDim() { |
| 115 | let width; |