mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev
This commit is contained in:
@ -4189,4 +4189,10 @@ $(document).ready(function () {
|
||||
|
||||
}
|
||||
});
|
||||
|
||||
$(document).on('click', '.inline-drawer-toggle', function () {
|
||||
var icon = $(this).find('.inline-drawer-icon');
|
||||
icon.toggleClass('down up');
|
||||
$(this).closest('.inline-drawer').find('.inline-drawer-content').slideToggle();
|
||||
});
|
||||
})
|
||||
|
Reference in New Issue
Block a user