Skip to content

Commit

Permalink
Remove client-side IS_GUTENBERG_PLUGIN check that prevents registrati…
Browse files Browse the repository at this point in the history
…on of pattern overrides source
  • Loading branch information
talldan committed May 27, 2024
1 parent a307229 commit fb20ec5
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions packages/editor/src/bindings/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,4 @@ import postMeta from './post-meta';

const { registerBlockBindingsSource } = unlock( dispatch( blocksStore ) );
registerBlockBindingsSource( postMeta );

if ( globalThis.IS_GUTENBERG_PLUGIN ) {
registerBlockBindingsSource( patternOverrides );
}
registerBlockBindingsSource( patternOverrides );

0 comments on commit fb20ec5

Please sign in to comment.