merge from 'master'

This commit is contained in:
Thomas Hervey
2018-07-23 18:24:02 -04:00
29 changed files with 2010 additions and 1220 deletions
+2 -2
View File
@@ -70,7 +70,7 @@ export function uiNoteEditor(context) {
var editor = body.selectAll('.note-editor')
.data([0]);
editor = editor.enter()
editor.enter()
.append('div')
.attr('class', 'modal-section note-editor')
.merge(editor)
@@ -82,7 +82,7 @@ export function uiNoteEditor(context) {
var footer = selection.selectAll('.footer')
.data([0]);
footer = footer.enter()
footer.enter()
.append('div')
.attr('class', 'footer')
.merge(footer)