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
For convenience, it would be nice to have persistent values on controls. When the user reloads the page, the values can be loaded back in from localStorage.
For convenience, it would be nice to have persistent values on controls. When the user reloads the page, the values can be loaded back in from localStorage.
ui.add('title', { name:'Title', persist: true});