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();
}}
bind:mentionedPersons={() => localMentions,
(m) => {
localMentions = m;
(next) => {
localMentions = next;
emitChange();
}}
placeholder={m.transcription_block_placeholder()}