feat: add copy to clipboard when you press c on a message, stripping the newline at the end
This commit is contained in:
@@ -3,6 +3,7 @@ const audioContext = new AudioContext();
|
||||
const soundFiles = {
|
||||
intro: 'intro.wav',
|
||||
login: 'login.wav',
|
||||
copy: 'copy.wav',
|
||||
uploadFailed: 'uploadfail.wav'
|
||||
} as const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user