mirror of
https://github.com/9001/copyparty.git
synced 2026-06-22 05:53:29 -06:00
small null ref fix
This commit is contained in:
parent
7d01f6fe8b
commit
d4a7718f05
|
|
@ -928,6 +928,7 @@ function mktemp(is_dir) {
|
|||
sendit(input.value);
|
||||
// Chrome blurs elements when calling remove for some reason
|
||||
input.onblur = null;
|
||||
if(row)
|
||||
row.remove();
|
||||
};
|
||||
input.onkeydown = function(e) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue