eQualityTime / ovfplayer

The Open Voice Factory - open software for people with communication difficulties
GNU General Public License v3.0
2 stars 1 forks source link

Config saves without pressing save #124

Closed blaise17 closed 5 years ago

blaise17 commented 5 years ago

The config objects are passed by reference. There are no tests for the config page. We can deep clone (without methods) by doing JSON.parse(JSON.stringify(config_thing)), this solves the issue.