mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-02-02 02:51:53 +08:00
refactoring
This commit is contained in:
@@ -141,7 +141,7 @@ export function Mouse(record_callback) {
|
||||
};
|
||||
|
||||
var __isRelativeSquashed = function() {
|
||||
return $("hid-mouse-squash-checkbox").checked;
|
||||
return $("hid-mouse-squash-switch").checked;
|
||||
};
|
||||
|
||||
var __relativeCapturedHandler = function() {
|
||||
|
||||
Reference in New Issue
Block a user