feat: add copy to clipboard when you press c on a message, stripping the newline at the end

This commit is contained in:
root
2025-03-03 16:57:03 +01:00
parent 18ebd0a6b8
commit dc0db147de
3 changed files with 6 additions and 0 deletions

View File

@@ -3,6 +3,7 @@ const audioContext = new AudioContext();
const soundFiles = {
intro: 'intro.wav',
login: 'login.wav',
copy: 'copy.wav',
uploadFailed: 'uploadfail.wav'
} as const;