Skip to content

Commit

Permalink
Fixed issue with Media Library appearance on new block-based Widget e…
Browse files Browse the repository at this point in the history
…ditor
  • Loading branch information
Marco Chiesi committed Jul 1, 2022
1 parent 319278c commit 2edf15e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/class-admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ public function enqueue_style() {
wp_enqueue_style(
$style,
plugins_url( 'css/' . $style . $suffix. '.css', dirname( __FILE__ ) ),
array(),
array( 'media-views' ),
bstw()->get_version()
);
}
Expand Down

0 comments on commit 2edf15e

Please sign in to comment.