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',
|
'#avatar-and-name-block',
|
||||||
'#shadow_popup',
|
'#shadow_popup',
|
||||||
'#world_popup',
|
'#world_popup',
|
||||||
'.ui-widget-content'
|
'.ui-widget',
|
||||||
];
|
];
|
||||||
for (const id of forbiddenTargets) {
|
for (const id of forbiddenTargets) {
|
||||||
if (clickTarget.closest(id).length > 0) {
|
if (clickTarget.closest(id).length > 0) {
|
||||||
|
@ -663,7 +663,7 @@ select {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#rm_ch_create_block textarea {
|
#rm_ch_create_block textarea {
|
||||||
min-height: 200px;
|
min-height: 175px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.margin-bot-10px {
|
.margin-bot-10px {
|
||||||
|
Reference in New Issue
Block a user