figma-plugin
figma-plugin copied to clipboard
`next` doesn't show `Restore local changes dialog`
On the next branch if you have tokens stored remotely, make changes but don't push them you expect that the plugin asks you if you want to restore those changes.
This is no longer the case due to a recent regression.
To reproduce:
- Have remote sync setup
- Make changes to a token
- Close plugin
- Reopen
Expected:
- The plugin asks me to restore changes
Actual:
- Plugin does not ask me to restore changes, instead remote changes are pulled.
https://user-images.githubusercontent.com/4548309/182313188-27fa2519-65d2-4909-88c7-415d60151be7.mp4