mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Fixed a stupid delete bug, reload on delete.
This commit is contained in:
@@ -556,6 +556,8 @@ async function onDeleteClick() {
|
||||
}
|
||||
toastr.success(`Extension ${extensionName} deleted`);
|
||||
showExtensionsDetails();
|
||||
// reload the page to remove the extension from the list
|
||||
location.reload();
|
||||
}
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user