mirror of
https://github.com/9001/copyparty.git
synced 2025-11-24 07:23:22 -07:00
focus up2k when dragging from browser
otherwise the toast tells you to drag onto a button that isn't visible
This commit is contained in:
parent
2cc53ea151
commit
d5678a0d88
|
|
@ -1065,9 +1065,12 @@ function up2k_init(subtle) {
|
|||
if (toast.txt == L.u_uri)
|
||||
toast.hide();
|
||||
}
|
||||
else
|
||||
else {
|
||||
if (!QS('#op_up2k.act'))
|
||||
goto('up2k');
|
||||
return toast.inf(10, L.u_uri) || true;
|
||||
}
|
||||
}
|
||||
|
||||
if (!ok)
|
||||
return true;
|
||||
|
|
|
|||
Loading…
Reference in a new issue