File "index.js"
Full path: /home/webcknlt/admissiontell.com/wp-content/plugins/generateblocks/src/utils/was-block-just-inserted/index.js
File
size: 255 B (255 B bytes)
MIME-type: text/plain
Charset: utf-8
Download Open Edit Advanced Editor &nnbsp; Back
/**
* Check if a block was just inserted.
*
* @param {Object} attributes The value to check.
* @return {boolean} Whether a block was just inserted.
*/
export default function wasBlockJustInserted( attributes ) {
return '' === attributes.uniqueId;
}