mlem
mlem copied to clipboard
Videos pause when saving post
Requirements
- [x] There are no existing issues for this bug report.
Description
Reported here: https://lemmy.world/post/38253543
This is probably pretty tricky to solve--as far as I can tell the source of the issue is that post updates trigger a redraw of everything in the post view tree, which resets the video. Fixing will likely require a lot of restructuring how data is passed down the tree so that elements like the interaction bar redraw but the media does not.