When I try to load the JSON data onto the canvas each form is loaded, but templates filled with shapes are loaded only after I click on the shape.
Can someone explain why this is happening? Even I checked this:
canvas2.loadFromJSON(json,canvas2.renderAll.bind(canvas2));
In addition, the same problem is associated with the clone() function: the object is duplicated. But the template filled with the object is displayed only after clicking on the object.
Iam using version 1.3.7
source share