Hello world!

Welcome to WordPress. This is your first post. Edit or delete it, then start writing!

jQuery(document).on('elementor/popup/hide', function () { // Remove focus from any anchor element if (document.activeElement && document.activeElement.blur) { document.activeElement.blur(); } });