In Fabric JS, how to reactivate the canvas that is deactivated by canvas.deactivateAll();
Clash Royale CLAN TAG#URR8PPP
In Fabric JS, how to reactivate the canvas that is deactivated by canvas.deactivateAll();
I deactivated the canvas using the function deactivateAll().
How can I reactivate it?
If that is not possible, what is the alternative way to deactivate and reactive the canvas?
deactivateAll
@Durga, Thank you for the info. Is there any alternative to that?
– iiR
Aug 10 at 14:33
You want for group or only single object?
– Durga
Aug 13 at 6:05
@Durga, For a group.
– iiR
Aug 15 at 7:16
By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.
in newer version
deactivateAll
is removed. so avoid using that.– Durga
Aug 10 at 14:16