diff --git a/packages/block-editor/src/hooks/use-bindings-attributes.js b/packages/block-editor/src/hooks/use-bindings-attributes.js index bcf43478989ff..ab310ac5b8b47 100644 --- a/packages/block-editor/src/hooks/use-bindings-attributes.js +++ b/packages/block-editor/src/hooks/use-bindings-attributes.js @@ -183,8 +183,9 @@ function BlockBindingBridge( { blockProps, bindings, onPropValueChange } ) { ).getAllBlockBindingsSources(); /* - * Create binding object filtering - * only the attributes that can be bound. + * Create allow binding object, + * filtering only the valid bindings, + * and populating the source handler. */ const allowBindings = Object.entries( bindings ).reduce( ( acc, [ attrName, settings ] ) => {