Merge, continue to tweak note_editor

This commit is contained in:
Bryan Housel
2018-07-02 12:50:53 -04:00
parent a474e3bb9f
commit 94eae89fc3
2 changed files with 21 additions and 21 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ export function uiNoteEditor(context) {
function noteHeader(selection) {
selection.selectAll('.note-header')
.data(_note, function(d) { return d.id; })
.data([_note], function(d) { return d.id; })
.enter()
.append('h3')
.attr('class', 'note-header')