Hi,
My node in diagram is HTML type, when I click a button, changed the node background, the node bg color is changed, no problem.
But when I call the "diagram.saveDiagram", the node shap content background color is old, not change in value.
{
content:'<div style="background:#6BA5D7;height:100%;width:100%;"><button type="button" style="width:100px"> Button</button></div>',
type:'HTML'
};