mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Mobile doesn't like select2
This commit is contained in:
@@ -8473,6 +8473,7 @@ jQuery(async function () {
|
||||
'.ui-widget',
|
||||
'.text_pole',
|
||||
'#toast-container',
|
||||
'.select2-results',
|
||||
];
|
||||
for (const id of forbiddenTargets) {
|
||||
if (clickTarget.closest(id).length > 0) {
|
||||
|
Reference in New Issue
Block a user