get validaiton objects on context

ref #remote-presets
This commit is contained in:
Max Grossman
2018-07-31 13:41:24 -04:00
parent 873b451bef
commit db78df55c8
7 changed files with 38 additions and 4 deletions
+1 -1
View File
@@ -38,11 +38,11 @@ export function uiEntityEditor(context) {
var rawTagEditor = uiRawTagEditor(context)
.on('change', changeTags);
function entityEditor(selection) {
var entity = context.entity(_entityID);
var tags = _clone(entity.tags);
console.log(context.validationRules());
// Header
var header = selection.selectAll('.header')
.data([0]);