mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Ditto for right swipe
This commit is contained in:
@@ -1156,7 +1156,7 @@ export function initRossMods() {
|
||||
$('#shadow_select_chat_popup').css('display') === 'none' &&
|
||||
!isInputElementInFocus()
|
||||
) {
|
||||
$('.swipe_right:last').click();
|
||||
$('.swipe_right:last').trigger('click', { source: 'keyboard', repeated: event.repeat });
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user