mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-15 21:48:20 +02:00
Set the default validation filters to be My Edits / Everywhere (re: #6223)
This commit is contained in:
@@ -26,7 +26,7 @@ export function uiIssues(context) {
|
||||
var _warnings = [];
|
||||
var _options = {
|
||||
what: context.storage('validate-what') || 'edited', // 'all', 'edited'
|
||||
where: context.storage('validate-where') || 'visible' // 'all', 'visible'
|
||||
where: context.storage('validate-where') || 'all' // 'all', 'visible'
|
||||
};
|
||||
|
||||
// listeners
|
||||
|
||||
Reference in New Issue
Block a user