Skip to content

Commit

Permalink
Another initial config widget fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
Smoren committed Apr 29, 2024
1 parent 2ad4346 commit 6a0298f
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ watch(() => configStore.worldConfig.VIEW_MODE, () => {
initialConfig.value = getActualInitialConfig();
});
watch(() => configStore.worldConfig, () => {
initialConfig.value = getActualInitialConfig();
}, { deep: true });
const refill = () => {
if (confirm('Are you sure?')) {
refillAtoms!();
Expand Down

0 comments on commit 6a0298f

Please sign in to comment.