@evercam/ui 0.0.54-beta.0 → 0.0.54-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.mjs
CHANGED
|
@@ -22640,7 +22640,7 @@ const Ih = _h.exports, H = {
|
|
|
22640
22640
|
handleMouseDown() {
|
|
22641
22641
|
this.isMouseDown = !0;
|
|
22642
22642
|
},
|
|
22643
|
-
handleDocumentMouseUp(
|
|
22643
|
+
handleDocumentMouseUp() {
|
|
22644
22644
|
this.isMouseDown = !1;
|
|
22645
22645
|
},
|
|
22646
22646
|
handleMouseLeave() {
|