Description
After style has been copied from a block
Arguments
- attributes – object – styling attributes
- clientId – string – selected block id
Located
src/plugins/styles-plugin.js
Example
addAction(
'ea.styleCopied',
'namespace',
(attributes, clientId) => {}
);
Leave a Reply