Resolve conflicts by preferring remote changes

This commit is contained in:
g1nation
2026-05-14 21:58:59 +09:00
parent 0004853fcf
commit 05d05a392c
12 changed files with 1237 additions and 837 deletions
+4
View File
@@ -932,6 +932,10 @@
if (chatEl) {
chatEl.appendChild(card);
chatEl.scrollTop = chatEl.scrollHeight;
setTimeout(() => {
card.classList.add('fading');
card.addEventListener('transitionend', () => card.remove(), { once: true });
}, 3000);
}
break;
}