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
A custom built event handler for updating and loading the SnipX UI. Currently, a lot of the UI updates are happening with a simple window.location.reload() which is something we definitely don't want.
A dedicated handler class I think should do the trick.
In the class, we can have methods for manipulating the DOM without reloading it.
The text was updated successfully, but these errors were encountered:
A custom built event handler for updating and loading the SnipX UI. Currently, a lot of the UI updates are happening with a simple
window.location.reload()
which is something we definitely don't want.A dedicated handler
class
I think should do the trick.In the class, we can have methods for manipulating the DOM without reloading it.
The text was updated successfully, but these errors were encountered: