Update model-manager.js

This commit is contained in:
EtSL33py
2024-09-20 16:22:50 +03:00
parent 20f9330292
commit 8df9cee930

View File

@@ -97,7 +97,7 @@ class KeyComboListener {
}
}
// This is used in Firefox to bypass the dragend event because it returns incorrect screenX and screenY
// This is used in Firefox to bypass the dragend event because it returns incorrect clientX and clientY
const IS_FIREFOX = navigator.userAgent.indexOf('Firefox') > -1;
/**