@wordpress/edit-post
Version:
Edit Post module for WordPress.
20 lines (18 loc) • 772 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var _default = {
't a l e s o f g u t e n b e r g': function tALESOFGUTENBERG(event) {
if (!document.activeElement.classList.contains('edit-post-visual-editor') && document.activeElement !== document.body) {
return;
}
event.preventDefault();
window.wp.data.dispatch('core/block-editor').insertBlock(window.wp.blocks.createBlock('core/paragraph', {
content: '🐡🐢🦀🐤🦋🐘🐧🐹🦁🦄🦍🐼🐿🎃🐴🐝🐆🦕🦔🌱🍇π🍌🐉💧🥨🌌🍂🍠🥦🥚🥝🎟🥥🥒🛵🥖🍒🍯🎾🎲🐺🐚🐮⌛️'
}));
}
};
exports.default = _default;
//# sourceMappingURL=prevent-event-discovery.js.map