fix: intervertir boutons commentaire (auteur a gauche, envoyer a droite)
This commit is contained in:
+1
-1
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user