senangwebs-tour 1.0.8 → 1.0.10

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/swt.js CHANGED
@@ -56583,8 +56583,7 @@ void main() {
56583
56583
  let cursor = camera.querySelector("[cursor]");
56584
56584
  if (!cursor) {
56585
56585
  cursor = document.createElement("a-cursor");
56586
- cursor.setAttribute("fuse", "true");
56587
- cursor.setAttribute("fuse-timeout", "1500");
56586
+ cursor.setAttribute("fuse", "false");
56588
56587
  camera.appendChild(cursor);
56589
56588
  }
56590
56589
  }