mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-01-29 09:01:54 +08:00
fixed unclickable links
This commit is contained in:
@@ -283,7 +283,7 @@ function Ui() {
|
||||
}
|
||||
|
||||
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.ontouchstart = startMoving;
|
||||
|
||||
Reference in New Issue
Block a user