I have a set of divs rendered inside a Kendo Sortable component. One of the features of a sortable is you can drag and drop the elements to reorder them. My problem is that each div has an image rendered on a canvas element as a child, and when dragging the div, the canvas is cleared, and immediately re-rendered when dropping. How can I retain the drawn canvas while the card is being dragged?