tbolis / react-sketch

Sketch Tool for React-based applications, backed up by FabricJS
http://tbolis.github.io/showcase/react-sketch/
MIT License
678 stars 230 forks source link

WhiteBoard in add delete multiple tabs #157

Open yadavendra15 opened 2 years ago

yadavendra15 commented 2 years ago

Hi All,

First of all, Thanks to the developers team for creating this awesome library.

Actually, I was trying to create a whiteboard application.. in which I can switch between multiple tabs and create and delete tabs too.. But I'm facing some issue. When I try to switch between tabs.. it's not considering the props of whiteboard in the second tab..

I'm sharing the demo in codesandbox for reference. Please correct me, where I'm doing mistake. https://codesandbox.io/s/thirsty-joliot-pjhkd?file=/src/AddAndDeleteTab.js

I just want to have the multiple tabs where my multiple whiteboards can switch, and my previous whiteboard drawing will also exists.

Please help me to come out of this. Thanks in advance.