Focus while upload.

This commit is contained in:
retoor 2025-05-08 01:07:42 +02:00
parent 0a3e151377
commit f6706c165e

View File

@ -272,8 +272,11 @@
} }
} }
if (event.shiftKey && event.key === 'G') { if (event.shiftKey && event.key === 'G') {
if(document.activeElement != getInputField()){
updateLayout(true); updateLayout(true);
} }
}
}); });
initInputField(getInputField()); initInputField(getInputField());