rename to memex

This commit is contained in:
2023-02-26 00:47:51 -05:00
parent 9b4837a044
commit bc2c936480
126 changed files with 791 additions and 791 deletions

View File

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