ryanbarr / harvest-monster

A tool to help you sell Path of Exile Harvest crafts on The Forbidden Trove.
https://www.harvestmonster.com
GNU General Public License v3.0
10 stars 1 forks source link

New crafts modal forces app to shrink if it's below 400px tall. #16

Closed ryanbarr closed 2 years ago

ryanbarr commented 2 years ago

Describe the bug When pasting a new screenshot, the crafts modal always appears and triggers a forceResize(400). This doesn't take into account if the current screen height is larger than that, which results in a weird presentation and another resize when it's done.

To Reproduce Steps to reproduce the behavior:

  1. Paste a craft when the window is larger than 400px.

Expected behavior If the window is already 400 or more, it shouldn't resize.

Screenshots N/A

Additional context N/A

ryanbarr commented 2 years ago

Resolved with c520d5d