mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
add check for uparrow hotkey to see if last_mes edit buttons are visible
This commit is contained in:
@@ -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'
|
||||||
) {
|
) {
|
||||||
|
Reference in New Issue
Block a user