add check for uparrow hotkey to see if last_mes edit buttons are visible

This commit is contained in:
RossAscends 2023-12-17 23:19:20 +09:00
parent b0907d23cc
commit a88cf1552a
1 changed files with 1 additions and 0 deletions

View File

@ -1058,6 +1058,7 @@ export function initRossMods() {
$('#send_textarea').val() === '' &&
chatbarInFocus === true &&
//$('.swipe_right:last').css('display') === 'flex' &&
$('.last_mes .mes_buttons').is(':visible') &&
$('#character_popup').css('display') === 'none' &&
$('#shadow_select_chat_popup').css('display') === 'none'
) {