@diegotsi/flint-react 0.4.0 → 0.4.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.cjs +2 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -7884,8 +7884,8 @@ function ScreenAnnotator({ zIndex: zIndex2, onCapture, onCancel }) {
|
|
|
7884
7884
|
logging: false,
|
|
7885
7885
|
allowTaint: true,
|
|
7886
7886
|
scale: dpr,
|
|
7887
|
-
scrollX:
|
|
7888
|
-
scrollY:
|
|
7887
|
+
scrollX: 0,
|
|
7888
|
+
scrollY: 0,
|
|
7889
7889
|
ignoreElements: (el) => el === overlayRef.current
|
|
7890
7890
|
});
|
|
7891
7891
|
unpatch();
|