bitbof / klecks

Community funded painting tool powering Kleki.com
https://klecks.org
MIT License
232 stars 74 forks source link

Chance for screen to freeze or layer contents deletion when the undo button is pressed. #120

Open ZeniPop opened 7 months ago

ZeniPop commented 7 months ago

There’s of a chance for your kleki tab to freeze or the contents of every layer to be deleted, only leaving the transparent background. The only way to revert the changes is to close the kleki tab, but it becomes repetitive as it’s pretty common. I’ve only observed this issue on IPad, but it potentially be a problem on different devices.

ZeniPop commented 7 months ago

I’ve noticed other issues submitted by users include the random deletion of their art, and this could be the reason.

bitbof commented 6 months ago

thanks for reporting.

freezing sounds like this (a safari problem): https://github.com/bitbof/klecks/issues/6

layers getting emptied is likely this. safari memory limit reached and then it fails to create a new canvas -> empty layer: https://github.com/bitbof/klecks/issues/25