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
Implement a user input history to allow users to go back and forth between previous inputs
Register to onclick handler a function that store value of the user input and possibly the generated SVG that was appended to the DOM (depending on how much we care about memory usage and performance, another alternative is to recreate the SVG every time the user goes back into their input history)
The text was updated successfully, but these errors were encountered:
Implement a user input history to allow users to go back and forth between previous inputs
The text was updated successfully, but these errors were encountered: