mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
fix arrow navigation
This commit is contained in:
@@ -918,7 +918,7 @@ export class SlashCommandAutoComplete {
|
|||||||
});
|
});
|
||||||
if (this.selectionStart != this.textarea.selectionStart) {
|
if (this.selectionStart != this.textarea.selectionStart) {
|
||||||
this.selectionStart = this.textarea.selectionStart;
|
this.selectionStart = this.textarea.selectionStart;
|
||||||
this.show(oldText != this.textarea.value);
|
this.show(this.isReplaceable || oldText != this.textarea.value);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user