canvu-react 0.4.64 → 0.4.65

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.
@@ -1,5 +1,5 @@
1
1
  import * as react_jsx_runtime from 'react/jsx-runtime';
2
- import { c as CanvasPlugin } from './types-Ce4-OZbd.cjs';
2
+ import { c as CanvasPlugin } from './types-Bw3REwrb.cjs';
3
3
  import 'react';
4
4
  import './types-fJNwEnHf.cjs';
5
5
  import './shape-builders-DzhCOuzo.cjs';
package/dist/chatbot.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  import * as react_jsx_runtime from 'react/jsx-runtime';
2
- import { c as CanvasPlugin } from './types-PsLgDGZT.js';
2
+ import { c as CanvasPlugin } from './types-BZUp3LpC.js';
3
3
  import 'react';
4
4
  import './types-fJNwEnHf.js';
5
5
  import './shape-builders-xG3A66sv.js';
package/dist/index.cjs CHANGED
@@ -743,7 +743,7 @@ function attachViewportInput(options) {
743
743
  if (touchMomentum) {
744
744
  touchMomentum.cancel();
745
745
  }
746
- const panOk = allowPrimaryPointerPan();
746
+ const panOk = allowPrimaryPointerPan(e);
747
747
  if (e.pointerType === "mouse" && e.button === 0) {
748
748
  if (!panOk) {
749
749
  return;