Focus while upload.
This commit is contained in:
parent
f6706c165e
commit
8799662159
@ -273,7 +273,11 @@
|
||||
}
|
||||
if (event.shiftKey && event.key === 'G') {
|
||||
if(document.activeElement != getInputField()){
|
||||
|
||||
updateLayout(true);
|
||||
setTimeout(() => {
|
||||
getInputField().focus();
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user