mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-25 01:24:05 +02:00
initial plumbing for iD validation errors
ref #remote-presets
This commit is contained in:
@@ -42,7 +42,6 @@ export function uiEntityEditor(context) {
|
||||
var entity = context.entity(_entityID);
|
||||
var tags = _clone(entity.tags);
|
||||
|
||||
console.log(context.validationRules());
|
||||
// Header
|
||||
var header = selection.selectAll('.header')
|
||||
.data([0]);
|
||||
|
||||
Reference in New Issue
Block a user