(dialogElement)
| 230 | } |
| 231 | |
| 232 | removeAttribute(dialogElement) { |
| 233 | const attributeName = getAttributeName(dialogElement) |
| 234 | this.delegate?.toolbarDidRemoveAttribute(attributeName) |
| 235 | return this.hideDialog() |
| 236 | } |
| 237 | |
| 238 | hideDialog() { |
| 239 | const element = this.element.querySelector(activeDialogSelector) |
no test coverage detected