rename to cannery

This commit is contained in:
2023-02-25 15:47:37 -05:00
parent bc034c0361
commit a778f5a61f
128 changed files with 999 additions and 998 deletions

View File

@ -60,7 +60,7 @@ liveSocket.connect()
window.liveSocket = liveSocket
// Copy to clipboard
window.addEventListener('lokal:clipcopy', (event) => {
window.addEventListener('cannery:clipcopy', (event) => {
if ('clipboard' in navigator) {
const text = event.target.textContent
navigator.clipboard.writeText(text)