add toggleable icons for the clipboard component

This commit is contained in:
Alex Turchyn
2023-06-11 18:42:00 +03:00
parent 2b5bdbe4dc
commit 546150e08c
5 changed files with 18 additions and 7 deletions
-4
View File
@@ -47,7 +47,3 @@ window.customElements.define('template-builder', class extends HTMLElement {
this.appElem?.remove()
}
})
document.addEventListener('clipboard-copy', function (event) {
console.log('Copied to clipboard') // TODO: Add a toast message
})