UX(notes): small improvements to creating and adding comments to notes, fix #2166

This commit is contained in:
Pieter Vander Vennet 2024-09-24 15:25:13 +02:00
parent 392fe3b190
commit 3191f0876a
2 changed files with 31 additions and 28 deletions

View file

@ -65,6 +65,7 @@
tags.data["closed_at"] = undefined
NoteCommentElement.addCommentTo(txt.data, tags, state)
tags.ping()
txt.set(undefined)
isProcessing.set(false)
}
</script>