mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2025-12-12 01:00:29 +08:00
fixed unclickable links
This commit is contained in:
parent
d97b6639e0
commit
d18c82da48
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user