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

View File

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