rename to memex

This commit is contained in:
2022-07-25 19:31:54 -04:00
parent 65ec4286da
commit 1a423f703b
122 changed files with 416 additions and 416 deletions

View File

@ -58,7 +58,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)