Merge branch 'staging' into neo-server

This commit is contained in:
Cohee
2024-04-20 21:10:43 +03:00
4 changed files with 62 additions and 57 deletions

View File

@@ -1202,7 +1202,7 @@ export function initRossMods() {
if (event.ctrlKey && /^[1-9]$/.test(event.key)) {
// This will eventually be to trigger quick replies
event.preventDefault();
// event.preventDefault();
console.log('Ctrl +' + event.key + ' pressed!');
}
}