Uh oh!
There was an error while loading. Please reload this page.
fixed images.hover - #1876
Conversation
z16
commented
May 9, 2020
Good catch! Though if the offsets are not really offsets, I feel we should change the name to match. How about Also, feel free to delete the print statement. |
Tylas11
commented
May 9, 2020
Sure, I could rename them. |
z16
commented
May 9, 2020
Good catch and good instincts. Changing it at this point would likely cause too much breakage. Let's leave it as it is and just adjust this part where it is used. This fits well into the rapidly growing "lesson learned for v5" category. |
There was an error in the bounds calculation. The right/bottom sides were compared to pos + extents. But the extents are already a combination of pos + size.
Tested this using the drag & drop functionality. Before the fix, you could drag images by clicking outside their bounds.