WIP uiEntityIssues cleanups, simplify

fixes are still not being applied properly
This commit is contained in:
Bryan Housel
2019-02-11 20:44:02 -05:00
parent f4ccd8a3dc
commit 81bd734849
6 changed files with 106 additions and 110 deletions
+5 -5
View File
@@ -171,11 +171,6 @@ export function uiEntityEditor(context) {
.attr('class', 'namepart')
.text(function(d) { return d; });
body.select('.entity-issues')
.call(entityIssues
.entityID(_entityID)
);
// update quick links
var choices = [{
id: 'zoom_to',
@@ -193,6 +188,11 @@ export function uiEntityEditor(context) {
// update editor sections
body.select('.entity-issues')
.call(entityIssues
.entityID(_entityID)
);
body.select('.preset-editor')
.call(presetEditor
.preset(_activePreset)