Merge pull request 'Potential missing letter fix' (#46) from BordedDev/snek:bugfix/potential-lag-fix into main
Reviewed-on: #46 Reviewed-by: retoor <retoor@noreply@molodetz.nl>
This commit is contained in:
commit
f67d7b35f1
@ -279,8 +279,7 @@ levenshteinDistance(a, b) {
|
|||||||
app.rpc &&
|
app.rpc &&
|
||||||
typeof app.rpc.updateMessageText === "function"
|
typeof app.rpc.updateMessageText === "function"
|
||||||
) {
|
) {
|
||||||
this.value = this.replaceMentionsWithAuthors(this.value);
|
app.rpc.updateMessageText(this.messageUid, this.replaceMentionsWithAuthors(this.value));
|
||||||
app.rpc.updateMessageText(this.messageUid, this.value);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user