Fix field reference buttons

(closes #4008)
This commit is contained in:
Bryan Housel
2017-05-03 22:44:12 -04:00
parent 7f2275bab9
commit 6f66cf84bc
+3 -1
View File
@@ -202,7 +202,9 @@ export function uiPreset(context) {
if (d3.event.keyCode === 13 && d3.select('.combobox').empty()) {
context.enter(modeBrowse(context));
}
})
});
d3.select(this)
.call(reference.body)
.select('.form-label-button-wrap')
.call(reference.button);