File "index.js"

Full Path: /home/rattkxnv/byattorney.com/wp-content/plugins/generateblocks/src/editor/index.js
File size: 465 bytes
MIME-type: text/x-java
Charset: utf-8

import wpDomReady from '@wordpress/dom-ready';

import './stores.js';
import './disable-blocks.js';
import './toolbar-appenders.js';
import './global-max-width.js';
import './style-html-attribute.js';
import './editor.scss';

wpDomReady( () => {
	const searchParam = new URLSearchParams( window.location.search );
	searchParam.delete( 'gb-styles-search' );
	window.history.replaceState( null, '', `${ window.location.pathname }?${ searchParam.toString() }` );
} );