Inwerpsel / use-theme-editor

A React theme editor
GNU General Public License v3.0
4 stars 0 forks source link

Ensure usable and consistent behavior of history when using multiple tabs simultaneously #65

Open Inwerpsel opened 6 months ago

Inwerpsel commented 6 months ago

Currently interacting with the editor in multiple browser tabs at the same time very likely results in a mangled history, so it's better not to do it.

It's probably fine if the second tab is just open without any editor actions (that are recorded), but any actions that are done will overwrite actions done in the first tab after the second one was opened.

What can be done?