mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-02-01 02:21:53 +08:00
fixed unclickable links
This commit is contained in:
@@ -283,7 +283,7 @@ function Ui() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
el_window.setAttribute("data-centered", "");
|
el_window.setAttribute("data-centered", "");
|
||||||
tools.setOnClick(el_window, () => __raiseWindow(el_window));
|
el_window.onclick = el_window.ontouchend = () => __raiseWindow(el_window);
|
||||||
|
|
||||||
el_grab.onmousedown = startMoving;
|
el_grab.onmousedown = startMoving;
|
||||||
el_grab.ontouchstart = startMoving;
|
el_grab.ontouchstart = startMoving;
|
||||||
|
|||||||
Reference in New Issue
Block a user