feat: person @mentions edit-mode infrastructure (PR-B1, #362) #369

Merged
marcel merged 26 commits from feat/person-mentions-issue-362-frontend-b1 into main 2026-04-29 08:05:49 +02:00
Showing only changes of commit bbde9e8497 - Show all commits

View File

@@ -198,8 +198,8 @@ function handleTextareaMouseUp() {
emitChange(); emitChange();
}} }}
bind:mentionedPersons={() => localMentions, bind:mentionedPersons={() => localMentions,
(m) => { (next) => {
localMentions = m; localMentions = next;
emitChange(); emitChange();
}} }}
placeholder={m.transcription_block_placeholder()} placeholder={m.transcription_block_placeholder()}