Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
viewer initialization: Fix
0
initial value not working as expected
For some properties, like `defaultZoomLvl`, the supported values range between 0-100. This change fixes the initialization when setting them to "0", which previously used the default instead, because of usage of `||`. Fix this by using `??` instead.
- Loading branch information