Add documentation

This commit is contained in:
Pieter Vander Vennet 2024-07-09 10:54:41 +02:00
parent 1629cddaf1
commit fe57e12881
5 changed files with 8 additions and 4 deletions

View file

@ -53,10 +53,10 @@
async function closeNote() {
isProcessing.set(true)
await state.osmConnection.closeNote(id, txt.data)
isProcessing.set(false)
tags.data["closed_at"] = new Date().toISOString()
NoteCommentElement.addCommentTo(txt.data, tags, state)
tags.ping()
isProcessing.set(false)
}