mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-02-01 11:56:48 +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>`
|
||||
);
|
||||
break;*/
|
||||
default:
|
||||
eventSource.emit('charManagementDropdown', target);
|
||||
}
|
||||
$("#char-management-dropdown").prop('selectedIndex', 0);
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user