kav2k / fl_favourites

Playing Favourites for Fallen London
MIT License
8 stars 11 forks source link

React changes branches after first reorder #22

Open kav2k opened 5 years ago

kav2k commented 5 years ago

Due to Fallen London now using react, timing of reordering is tricky.

The worst bugs were solved by e6954e024d40aedf47b7278103812072a3723870, but there's still an issue of:

  1. Dirty render
  2. Reorder
  3. React updating branch content
  4. Another reorder

This can throw order out of whack. Nothing too serious, and does not happen that often, but still annoying. This can be worked around, but not critical for 0.4 release.