mirror of
https://github.com/FoggedLens/iD.git
synced 2026-06-02 05:01:38 +02:00
Merge, continue to tweak note_editor
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user