siteorigin / siteorigin-panels

SiteOrigin Page Builder is a powerful content creation interface, instantly recognizable, astonishingly different. SiteOrigin Page Builder makes it easy to create responsive column-based content using the widgets you know and love. Your content will accurately adapt to all mobile devices, ensuring your site is mobile-ready.
https://siteorigin.com/page-builder/
GNU General Public License v3.0
611 stars 181 forks source link

Layouts Block: Add Additional Check For Clearing Block Error #1213

Closed AlexGStapleton closed 3 months ago

AlexGStapleton commented 3 months ago

This PR adds an additional check for clearing the block editor for older SO Layout Blocks. The second is required because the initial check because it's possible for the Block Editor to not be entirely finished setting up. We resolve the warning because the issue is due to outdated data, which clears it. The warning won't appear again once the user saves.

This PR will require a build.

As a reminder: The js file is the compiled version of the jsx file, formatting is automatic.