I Am Able To Draw The Box But I Am Not Able To Remove It! (canvas)
I have asked this question before and it seemed that the code I was using was pretty confusing. So this is a virtually dumed down version of the same code. I draw a square on the
Solution 1:
Looking at the docs of the remove function it seems that you should be passing the itemId
not the the actual item object when calling it.
Post a Comment for "I Am Able To Draw The Box But I Am Not Able To Remove It! (canvas)"