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