fix: hover card maiden name false positive, editor placeholder on non-empty content, mention persistence #375

Merged
marcel merged 12 commits from fix/hover-card-placeholder-maiden-name into main 2026-04-29 21:33:18 +02:00
Showing only changes of commit 0113367d05 - Show all commits

View File

@@ -155,11 +155,7 @@ async function handleMentionEnter(event: Event) {
function handleMentionLeave(event: Event) {
const link = event.target as HTMLAnchorElement;
link.removeAttribute('aria-describedby');
if (event.type === 'mouseleave') {
scheduleCardClose();
} else {
activeCard = null;
}
scheduleCardClose();
}
/**