Add ability to select custom data

This commit is contained in:
Bryan Housel
2018-08-25 11:14:04 -04:00
parent 0a82ab125e
commit cc938698e8
12 changed files with 158 additions and 69 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ export function uiDataEditor(context) {
var editor = body.selectAll('.data-editor')
.data([0]);
editor = editor.enter()
editor.enter()
.append('div')
.attr('class', 'modal-section data-editor')
.merge(editor)