mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-25 01:24:05 +02:00
trying to fix the date slider save thing arggg
This commit is contained in:
@@ -402,7 +402,7 @@ export function uiSectionPhotoOverlays(context) {
|
||||
let value = parseInt(d3_select(this).property('value'), 10);
|
||||
let minYear = parseInt(d3_select(this).property('min'), 10);
|
||||
value = minYear + (currYear - value);
|
||||
context.photos().setFromYearFilter(value);
|
||||
context.photos().setFromYearFilter(value, true);
|
||||
output.html(value + ' - ' + currYear);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user