Ditto for right swipe

This commit is contained in:
Cohee
2025-03-09 14:08:24 +02:00
parent 6aaa533410
commit 19b7deaed0
2 changed files with 15 additions and 6 deletions

View File

@@ -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;
}
}