mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
/delmode - quickly enter message deletion mode
This commit is contained in:
@ -6528,10 +6528,16 @@ $(document).ready(function () {
|
||||
$(this).parent().children(".for_checkbox").css("display", "none");
|
||||
}
|
||||
});
|
||||
} else {
|
||||
console.debug(`
|
||||
ERR -- could not enter del mode
|
||||
this_chid: ${this_chid}
|
||||
is_send_press: ${is_send_press}
|
||||
selected_group: ${selected_group}
|
||||
is_group_generating: ${is_group_generating}`)
|
||||
}
|
||||
is_delete_mode = true;
|
||||
}
|
||||
console.log('clicked item, should hide options');
|
||||
hideMenu();
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user