Improve usability
This commit is contained in:
parent
a7b7f2a40f
commit
ec4f3595b9
|
@ -321,7 +321,10 @@
|
|||
files: files
|
||||
});
|
||||
};
|
||||
window.open(CONFIG.url + '/selectdrive?multiple=true', '_blank');
|
||||
|
||||
window.open(CONFIG.url + '/selectdrive?multiple=true',
|
||||
'drive_window',
|
||||
'height=500,width=800');
|
||||
};
|
||||
|
||||
this.onkeydown = e => {
|
||||
|
|
Loading…
Reference in New Issue