mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-03-02 19:07:40 +01:00
Emit an event if nothing happens so we can use other things here.
This commit is contained in:
parent
e31c87c471
commit
ba8997beea
@ -9028,6 +9028,8 @@ $(document).ready(function () {
|
|||||||
OF THE CHARACTER'S CHAT FILES.<br><br></b>`
|
OF THE CHARACTER'S CHAT FILES.<br><br></b>`
|
||||||
);
|
);
|
||||||
break;*/
|
break;*/
|
||||||
|
default:
|
||||||
|
eventSource.emit('charManagementDropdown', target);
|
||||||
}
|
}
|
||||||
$("#char-management-dropdown").prop('selectedIndex', 0);
|
$("#char-management-dropdown").prop('selectedIndex', 0);
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user