UNPKG

638 BJavaScriptView Raw
1export default {
2 't a l e s o f g u t e n b e r g': function tALESOFGUTENBERG(event) {
3 if (!document.activeElement.classList.contains('edit-post-visual-editor') && document.activeElement !== document.body) {
4 return;
5 }
6
7 event.preventDefault();
8 window.wp.data.dispatch('core/block-editor').insertBlock(window.wp.blocks.createBlock('core/paragraph', {
9 content: '🐡🐢🦀🐤🦋🐘🐧🐹🦁🦄🦍🐼🐿🎃🐴🐝🐆🦕🦔🌱🍇π🍌🐉💧🥨🌌🍂🍠🥦🥚🥝🎟🥥🥒🛵🥖🍒🍯🎾🎲🐺🐚🐮⌛️'
10 }));
11 }
12};
13//# sourceMappingURL=prevent-event-discovery.js.map
\No newline at end of file