Skip to content

Commit

Permalink
update doc comments
Browse files Browse the repository at this point in the history
  • Loading branch information
retrofox committed Apr 1, 2024
1 parent 8f1e950 commit 5a4c53d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/block-editor/src/hooks/use-bindings-attributes.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 ] ) => {
Expand Down

0 comments on commit 5a4c53d

Please sign in to comment.