Stefouch / myz-zonemap

A web application for managing the Zone Map in the Mutant: Year Zero tabletop roleplaying game.
MIT License
13 stars 3 forks source link

"Reload" EditSector.vue from ZoneVue. #47

Open jayderyu opened 2 years ago

jayderyu commented 2 years ago

So the the UI data most of the time is in ZoneScreen.vue (thumbs up). However, is there a way to "refresh" the EditorSector.vue if the ZoneScreen this.zonemap is updated from an outside souce. Such as a reload command that I'm doing for a reload command.

So as an example. If I make a change, and then hit a quick reload. Open the same previous sector editor is the old values, not the new values from the reload. Knowing a simple reload would be fantastic.

BTW Awesome prorgram.