mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Fix /del command (for real this time)
This commit is contained in:
@ -1814,9 +1814,8 @@ async function doMesCut(_, text) {
|
||||
}
|
||||
|
||||
async function doDelMode(_, text) {
|
||||
|
||||
//first enter delmode
|
||||
$("#option_delete_mes").trigger('click')
|
||||
$("#option_delete_mes").trigger('click', { fromSlashCommand: true });
|
||||
|
||||
//reject invalid args
|
||||
if (text && isNaN(text)) {
|
||||
|
Reference in New Issue
Block a user