feat: person @mentions edit-mode infrastructure (PR-B1, #362) #369
@@ -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()}
|
||||||
|
|||||||
Reference in New Issue
Block a user