]> git.sesse.net Git - pr0n/commit
Fix a swiping issue.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Sun, 19 Mar 2023 12:12:08 +0000 (13:12 +0100)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Sun, 19 Mar 2023 12:15:13 +0000 (13:15 +0100)
commitc3fdefc2ca0f2703e47be494ff72a7fd25f9e8f8
tree1c7126cc682ab616f998a13b60f87d3f78f1bd06
parent578882ecd71341f35e8f938442ceda1bdf74afd2
Fix a swiping issue.

A infobox that was too wide could be dragged in and then magically
disappear; this would be since clientWidth would be 0 when we measured
(because style.display was 'none' before positioning, and then fixed
only immediately afterwards).
files/pr0n-fullscreen.js