MB App Bug: Careless scrolling will lose edits

I noticed that within the edit view if you scroll down too far, it will dismiss the view and you’ll lose any edits that you’ve made without confirmation.

Screen recording: https://dsh.re/f8ee10

CC: @vincent

Thank you for reporting this. I’ve added an issue on the repo so I will change the behaviour of this and disallow a swipe to dismiss when editing a post.

The problem is that we “re-hydrate” the post as soon as it opens up, so it’ll clear everything. On top of that, as soon as the edit post screen modal closes, it will also clear any text in the editor.

I’ll let you know when that’s fixed, but should be in the next release.

1 Like