feat: person @mentions edit-mode infrastructure (PR-B1, #362) #369
@@ -198,8 +198,8 @@ function handleTextareaMouseUp() {
|
||||
emitChange();
|
||||
}}
|
||||
bind:mentionedPersons={() => localMentions,
|
||||
(m) => {
|
||||
localMentions = m;
|
||||
(next) => {
|
||||
localMentions = next;
|
||||
emitChange();
|
||||
}}
|
||||
placeholder={m.transcription_block_placeholder()}
|
||||
|
||||
Reference in New Issue
Block a user