Is there a way to synchronize the exact position of an HTML element (HtmlElement, Button, List, Slider) with the canvas when it's moved? Currently, there's a constant misalignment.
For example, if text (canvas element) and button (HTML element) are linked in the hierarchy, moving their position with a c3_event causes this issue.