vue-image-markup
vue-image-markup copied to clipboard
fix - use function getObjectsById(id) can not get the object
Issue: I created a circle object and set id to the "params", when I call function getObjectsById(id), I cannot get this object.
Cause: In the function drawCircle and drawRect, parameters id was missing.