Created Custom Block – When I come back to edit post/page and change my block content – Update button stays disabled

Added a new Boolean Attribute – called Updated.

call

setAttributes({ updated: 1 });

In any content editing update function.

Changing that attribute, makes the Update page button remove it’s disabled tag, and can be clicked on and saves the changes.