Add support for normal comment boxes

This commit is contained in:
Robert Hunt 2020-05-22 11:08:44 +01:00
parent 4ea20c6ca5
commit 878d66b1b1
No known key found for this signature in database
GPG Key ID: BFFDFB9EBA4EE49F

@ -91,7 +91,7 @@ const addSemanticButton = (element) => {
document.addEventListener("click", (e) => {
if (
e.target.id === "note_note" &&
(e.target.id === "note_note" || e.target.id === "note-body") &&
!e.target.dataset.semanticButtonInitialized
) {
e.target.dataset.semanticButtonInitialized = true;