frondeus / fvtt-syrin-control

Syrinscape Online Control plugin for FoundryVTT
MIT License
13 stars 4 forks source link

Fixes #85 #90

Closed frondeus closed 1 year ago

frondeus commented 1 year ago

Context

Module prevented Saving Changes in the Grid Configuration Tool. This is a fix.

What has been changed and why

The way how we store information about the syrinControl context in the scene. By hiding it behind the closure, we no longer hit the infinite loop in the Foundry's flattenObject utils function.

Resolves

Fixes #85

Blocked by

Thigs needed to close this PR:

github-actions[bot] commented 1 year ago

Coverage Report:

Total:   14 lines
Missing: 0 lines
Coverage: 100%
Detailed Coverage Report ``` src/sounds/ambient-sound.ts (100%) src/sounds/playlist-sound.ts (100%) src/sounds/playlist.ts (100%) ```