mirror of
https://github.com/9001/copyparty.git
synced 2025-11-06 06:43:53 +00:00
fix gallery links when msel enabled
This commit is contained in:
@@ -4138,6 +4138,12 @@ function eval_hash() {
|
|||||||
if (!im)
|
if (!im)
|
||||||
return toast.warn(10, L.im_hnf);
|
return toast.warn(10, L.im_hnf);
|
||||||
|
|
||||||
|
if (thegrid.sel)
|
||||||
|
setTimeout(function () {
|
||||||
|
thegrid.sel = true;
|
||||||
|
}, 1);
|
||||||
|
|
||||||
|
thegrid.sel = false;
|
||||||
im.click();
|
im.click();
|
||||||
im.scrollIntoView();
|
im.scrollIntoView();
|
||||||
}, 50);
|
}, 50);
|
||||||
|
|||||||
Reference in New Issue
Block a user