I'm trying to create an editable component but I'm having trouble with the Chrome browser.
When I copy the content content using the html block (red in the example) and then paste it anywhere and press cancel ctrl+z, the block is not removed and all classes are converted to inline styles.
I have to add contenteditable="false" to the red block because it can't be edited.