mirror of
https://iceshrimp.dev/crimekillz/iceshrimp-161sh.git
synced 2024-11-23 04:33:50 +01:00
Fix client lint
This commit is contained in:
parent
d8a7e14294
commit
bf1e0bb0c6
@ -126,7 +126,7 @@ function onDrop(ev: DragEvent): void {
|
||||
function onKeydown(ev: KeyboardEvent) {
|
||||
typing();
|
||||
if ((ev.key === 'Enter') && (ev.ctrlKey || ev.metaKey)) {
|
||||
textEl.value += '\n'
|
||||
textEl.value += '\n';
|
||||
}
|
||||
else if (ev.key === 'Enter' && !ev.shiftKey && canSend) {
|
||||
send();
|
||||
|
Loading…
Reference in New Issue
Block a user