()
| 67 | } |
| 68 | |
| 69 | close() { |
| 70 | if (!this.activeId) return; |
| 71 | this.emitClosing(); |
| 72 | this.activeElement.classList.remove('opened'); |
| 73 | const pageRootElement = document.querySelector('html') |
| 74 | pageRootElement.classList.remove('pushbar_locked'); |
| 75 | pageRootElement.removeAttribute('pushbar') |
| 76 | this.activeId = null; |
| 77 | this.activeElement = null; |
| 78 | } |
| 79 | } |
no test coverage detected