cedoor / mindmapp

:rocket: Web application to draw mind maps.
https://mindmapp.cedoor.dev/
MIT License
511 stars 109 forks source link

Undo / redo does not work across tabs #82

Open tim-krieger opened 4 years ago

tim-krieger commented 4 years ago

Steps to reproduce:

  1. Create a mind map »test1« with two branches.
  2. Create a second mind map »test2« with three branches.
  3. Change to »test1« and undo the last changes.

Result: »test1« is renamed to »test2« (with three branches).

Chromium (Linux), Safari (iOS)

cedoor commented 4 years ago

Yes I know it, I have to correctly set mmp to create multiple instances, one for each tab. At the moment the instance is the same and the tabs are managed with the mmp history. Thanks!