Changes between Initial Version and Version 1 of Ticket #21634, comment 2
- Timestamp:
- 2022-06-08T20:48:32+02:00 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #21634, comment 2
initial v1 7 7 8 8 You could put a max limit on it (i.e., `Math.min(Math.max(number, 1), 3)`), but someone would have to figure out what the max should be. Something low, like `3`. 9 10 EDIT: GitHub PR: https://github.com/JOSM/josm/pull/84