1
0
Fork 0
freesewing/designs/simone/config
joostdecock a0d2e9a2e0 fix(simone): Don't mutate the simon config
The changes that were added recently for the `bustAlignedButtons` option
were causing problems when both simon and simone are loaded.

That's because the simone config adds the option to (an object of) the
simon config. Because the reference to this object is the same in both
configs, that means the option also appears on Simon, which causes
issues.

I've (for now) merely duplicated this part of the config to side-step
the issue. For now, because we'll handle this differently/better in v3.
2022-08-22 15:00:49 +02:00
..
index.js fix(simone): Don't mutate the simon config 2022-08-22 15:00:49 +02:00