Merge remote-tracking branch 'personal/fix-chat-rename-firefox' into dev

This commit is contained in:
Peter De-Ath 2024-10-25 23:14:14 +01:00
commit b0e83ccea0

View File

@ -396,6 +396,7 @@
}}
on:keydown={(e) => {
if (e.key === 'Enter') {
nameUpdateHandler();
edit = false;
}
}}