nhn / tui.image-editor

🍞🎨 Full-featured photo image editor using canvas. It is really easy, and it comes with great filters.
http://ui.toast.com/tui-image-editor
MIT License
6.84k stars 1.26k forks source link

Is there a way to disable box select/allow for scroll on Mobile? #847

Closed kljaja998 closed 1 year ago

kljaja998 commented 1 year ago

On the mobile version of my React App the image editor/canvas is supposed to cover the whole width of the screen. The issue is users can't scroll up/down past the image editor because click and drag i.e. scroll is used for box select, Is there a way to allow for this?

kljaja998 commented 1 year ago

For anyone who comes across this question, this is a fabric.js bug that gets fixed by this pull request that's not incorporated into fabric as of time of writing: https://github.com/fabricjs/fabric.js/pull/5904