diff --git a/service.js b/service.js index a8ff487..80c819b 100644 --- a/service.js +++ b/service.js @@ -753,9 +753,9 @@ class BesTAService { handleTAClick(e) { //TODO: Consider adding some kind of proofing? - this.textAreaEl.style.display = 'none' + this.textAreaEl.style.visibility = 'hidden' const deepestElement = document.elementFromPoint(e.clientX, e.clientY) - this.textAreaEl.style.display = '' + this.textAreaEl.style.visibility = 'visible' const clickEvent = new CustomEvent('click', { detail: {