add window.stop() to stop current requests
This commit is contained in:
parent
95e7f3882c
commit
53bf1ce015
1 changed files with 1 additions and 0 deletions
|
|
@ -225,6 +225,7 @@ export const MenuBar = ({ }: {}): JSX.Element => {
|
|||
setIsBuilding(false);
|
||||
revertBuiltStatusFromBuilding();
|
||||
setLockChat(false);
|
||||
window.stop();
|
||||
}
|
||||
}
|
||||
} className={isBuilding ? "absolute opacity-0 group-hover:opacity-100 text-status-red flex gap-1.5 items-center transition-all " : "opacity-0"}>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue