()
| 95 | } |
| 96 | |
| 97 | removeDialog() { |
| 98 | if (!this.dPopup) { |
| 99 | return; |
| 100 | } |
| 101 | this.dPopup = false; |
| 102 | this.eFrame.classList.add('m-cursor'); |
| 103 | this.toggleIcon(); |
| 104 | this.eFrame.addEventListener('click', this.clickHandler); |
| 105 | } |
| 106 | |
| 107 | closeFrame(reset, disconnect, ev) { |
| 108 | super.closeFrame(false, disconnect, ev); |
nothing calls this directly
no test coverage detected