mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-02-01 10:31:54 +08:00
simplified mouse code, fixed some bugs
This commit is contained in:
@@ -76,9 +76,6 @@ function __WindowManager() {
|
||||
if (el_window.hasAttribute("data-centered")) {
|
||||
__centerWindow(el_window);
|
||||
}
|
||||
if (el_window.resize_hook) {
|
||||
el_window.resize_hook();
|
||||
}
|
||||
}).observe(el_window);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user