mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Hide loader before displaying blocking error message
This commit is contained in:
@@ -8194,6 +8194,7 @@ jQuery(async function () {
|
|||||||
$('#option_select_chat').trigger('click');
|
$('#option_select_chat').trigger('click');
|
||||||
$('#options').hide();
|
$('#options').hide();
|
||||||
} catch {
|
} catch {
|
||||||
|
hideLoader();
|
||||||
await delay(500);
|
await delay(500);
|
||||||
await callPopup('An error has occurred. Chat was not renamed.', 'text');
|
await callPopup('An error has occurred. Chat was not renamed.', 'text');
|
||||||
} finally {
|
} finally {
|
||||||
|
Reference in New Issue
Block a user