-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tool.Clear is not working properly #30
Comments
I guess i have nice idea how to fix this. You just have to change file SelectTool.tsx a bit like this: Function onSelectMouseDown now finding operation to select inside array of all operations. But you need to find operation inside array which consist of operations after clear operation was added. Theres code sample:
|
@tar04 I need help. Can i setup it in the nextjs or reactjs ?Please guide |
You need help with the issue or to setup whole lib? |
@tar04 I want to use editor in my website. that`s setting lib |
Have you tried instructions from repository? |
Or you have some specific problems? |
I tried to use |
@mudasirpandith what about es6 imports? |
It is not getting installed. |
What you mean?) you have to install library and types for it if you’re using typescript |
i was trying to use it in the React and using Js. |
Yes |
And then you have to import it inside component you want to use it in |
Yes,i am installing in the right directory. Other npm gets installed in that |
What do you mean “other npm”? @mudasirpandith |
i mean other packages get installed. Is there any way I can use this editor in my website? |
@mudasirpandith You can use cdn server instead, just find the link with the lib and add script with it to your project |
can you help me out for this? please |
@mudasirpandith sure. I’ll be home in 25 mins |
Copy the script, paste in html document and then you should try to find component in window object |
Btw what ide do u use? |
vscode |
You can add the package in package.jam file by yourself and the ide should show you hint about uninstalled dependencies |
I am totally lost into this. |
Yup. Do you hame smth like discord? JUst to text you there |
yeah, discord username :mudasirpandith
|
@mudasirpandith added |
Hey there! I have an issue. Here is it: whem im getting my operations stored on backend theyre pasting to the drawboard properly but when im clearing it i can still choose deleted elements. How can i fix that?
The text was updated successfully, but these errors were encountered: