This commit is contained in:
parent
a2814e84fb
commit
62f02d9c90
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ const getRightBlock = (element: HTMLElement, x: number, y: number) => {
|
|||
};
|
||||
|
||||
export const windowMouseMove = (event: MouseEvent & { target: HTMLElement }, mouseIsEnter: boolean) => {
|
||||
if (document.body.classList.contains("body--blur")) {
|
||||
if (document.body.classList.contains("body--blur") || document.getElementById("progress")) {
|
||||
// 非激活状态下不执行 https://ld246.com/article/1693474547631
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue