@mhamz.01/easyflow-whiteboard 1.4.0 → 1.6.0

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.
@@ -196,7 +196,7 @@ export default function FabricWhiteboard() {
196
196
  },
197
197
  ]);
198
198
  };
199
- return (_jsxs("div", { ref: containerRef, className: "relative w-full h-screen overflow-hidden bg-[#0b0b0b]", style: {
199
+ return (_jsxs("div", { ref: containerRef, className: "relative w-full h-full overflow-hidden bg-[#0b0b0b]", style: {
200
200
  touchAction: "none",
201
201
  overscrollBehavior: "none",
202
202
  }, children: [_jsx("div", { className: "absolute inset-0 pointer-events-none", style: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mhamz.01/easyflow-whiteboard",
3
- "version": "1.4.0",
3
+ "version": "1.6.0",
4
4
  "description": "A feature-rich whiteboard component built with Fabric.js and React",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",