Skip to content

Commit 770f97f

Browse files
committed
Update Picviewer CE+.user.js
1 parent 83db3e7 commit 770f97f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Picviewer CE+/Picviewer CE+.user.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23612,8 +23612,8 @@ ImgOps | https://imgops.com/#b#`;
2361223612
}
2361323613
}
2361423614
}
23615-
if (!limited) {
23616-
pa = this.data.img.offsetParent;
23615+
pa = this.data.img.offsetParent;
23616+
if (pa && !limited) {
2361723617
paPosi=pa.getBoundingClientRect();
2361823618
if (paPosi.width > 30 && paPosi.height > 30) {
2361923619
const style = unsafeWindow.getComputedStyle(this.data.img);

0 commit comments

Comments
 (0)