mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Fix dialogue popup cancel
This commit is contained in:
@ -3353,7 +3353,7 @@ $(document).ready(function () {
|
||||
getChat();
|
||||
}
|
||||
});
|
||||
$("#dialogue_popup_cancel").click(function () {
|
||||
$("#dialogue_popup_cancel").click(function (e) {
|
||||
e.stopPropagation();
|
||||
$("#shadow_popup").css("display", "none");
|
||||
$("#shadow_popup").css("opacity:", 0.0);
|
||||
|
Reference in New Issue
Block a user