mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Don't close unpinned drawer on selecting tag
This commit is contained in:
@ -5325,7 +5325,7 @@ $(document).ready(function () {
|
||||
'#avatar-and-name-block',
|
||||
'#shadow_popup',
|
||||
'#world_popup',
|
||||
'.ui-widget-content'
|
||||
'.ui-widget',
|
||||
];
|
||||
for (const id of forbiddenTargets) {
|
||||
if (clickTarget.closest(id).length > 0) {
|
||||
|
Reference in New Issue
Block a user