Focus while upload.

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

View File

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