Fix typo in method name, fix conflicted doctests
This commit is contained in:
parent
00026768f2
commit
5bafbbd3d2
4 changed files with 4 additions and 12 deletions
|
@ -112,7 +112,7 @@ class MassAction extends Combine {
|
|||
predicate: p => p.status === "open",
|
||||
action: async p => {
|
||||
const txt = textField.GetValue().data
|
||||
state.osmConnection.addCommentToNode(p.id, txt)
|
||||
state.osmConnection.addCommentToNote(p.id, txt)
|
||||
}
|
||||
},
|
||||
shown: "Add comment to every open note"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue