Skip to content

Instantly share code, notes, and snippets.

@bfintal
Last active January 20, 2023 18:17
Show Gist options
  • Save bfintal/b2009ea7b2ed7bc5613585ad6eda0347 to your computer and use it in GitHub Desktop.
Save bfintal/b2009ea7b2ed7bc5613585ad6eda0347 to your computer and use it in GitHub Desktop.
import domReady from '@wordpress/dom-ready'
domReady( () => {
if ( window._wpLoadBlockEditor ) {
window._wpLoadBlockEditor.then( function() {
// Do whatever when the block editor is initialized.
} )
}
} )
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment