This repository was archived by the owner on Feb 14, 2023. It is now read-only.
This repository was archived by the owner on Feb 14, 2023. It is now read-only.
BUG: shape not interact able at first draw in drawing mode #2
Closed
Description
When slot annotation is empty, the shape after the first draw the shape disappear and not show in the HTML doc. However, at 2nd draw its success, the shape is drawn but it cannot be interacted (select, drag, draw).
<annotation drawing :width="600" :height="600">
<rect slot="drawing" />
</annotation>