Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: styles not applying on blocks added to widgets
This fixes the issue with CSS not being applied instantly to blocks added to Widgets in Customizer or Widgets area. Previously, it was working if you make another change and Publish your changes from the Customizer but the current block status wasn't being taken into consideration. We remove the previously implemented `wp_registered_widgets` check as we are already using `$widgets_used` to check for inactive widgets. Fixes https://github.com/Codeinwp/otter-internals/issues/121`
- Loading branch information