This commit is contained in:
Simon Rozman 2024-06-24 14:52:50 +02:00
parent bddae0793e
commit e0b20b9030

View File

@ -309,11 +309,6 @@ class BesService {
this.statusDiv,
this.textElement.nextSibling
)
// const statusPopup = document.createElement('bes-popup-status')
// document.body.appendChild(statusPopup)
// this.statusDiv.addEventListener('click', e =>
// statusPopup.show(e.clientX, e.clientY, this)
// )
}
/**