fix: intervertir boutons commentaire (auteur a gauche, envoyer a droite)

This commit is contained in:
2026-05-31 12:46:46 +00:00
parent 8fecee5984
commit 6dc7fd5659
+1 -1
View File
@@ -646,8 +646,8 @@ window.dispatchEvent(new Event('tiptap-loaded'));
<div class="comment-add">
<textarea id="card-comment-input" placeholder="Ajouter un commentaire..." rows="1" onkeydown="if(event.key==='Enter'&&!event.shiftKey){event.preventDefault();addCardComment()}"></textarea>
<div class="comment-add-btns">
<button class="comment-send" onclick="addCardComment()">Envoyer</button>
<button class="comment-author-toggle" id="comment-author-btn" onclick="toggleCommentAuthor()">Etienne</button>
<button class="comment-send" onclick="addCardComment()">Envoyer</button>
</div>
</div>
</div>