viliusle / miniPaint

online image editor
http://viliusle.github.io/miniPaint/
Other
2.62k stars 610 forks source link

Search image fix - ignore same size abort #219

Closed Giwayume closed 3 years ago

Giwayume commented 3 years ago

If you try to insert an image with the same dimensions of the current canvas, it was aborting the action because the resize action is set to abort on same-size resizes in order to not pollute history. Fixed the scenarios where the resize shouldn't cancel the action.