You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On the live demo page: https://www.fusejs.io/demo.html,
whenever the search string is updated, any changes made to the main.js demo code will be overwritten with the default values.
Ideally, the demo code editor should preserve changes even when the above search string is updated to allow test users to easily try different configs and different search strings without it interrupting.
Screenshots
Before: ("angel" search string, all options uncommented)
After changing the search string: (changes all reverted)
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
Description of the bug
On the live demo page: https://www.fusejs.io/demo.html,
whenever the search string is updated, any changes made to the main.js demo code will be overwritten with the default values.
Ideally, the demo code editor should preserve changes even when the above search string is updated to allow test users to easily try different configs and different search strings without it interrupting.
Screenshots
Before: (
"angel"
search string, all options uncommented)After changing the search string: (changes all reverted)
The text was updated successfully, but these errors were encountered: