Skip to content

Commit

Permalink
Fix Image Controls Regresssion
Browse files Browse the repository at this point in the history
The function updateBlockControlsPosition has been renamed updateDockedControlsPosition
  • Loading branch information
youknowriad committed Mar 8, 2017
1 parent ee39782 commit 852daf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blocks.js
Original file line number Diff line number Diff line change
Expand Up @@ -710,7 +710,7 @@ function setElementState( className, event ) {
if ( className ) {
selectedBlock.classList.add( className );
}
updateBlockControlsPosition( className );
updateDockedControlsPosition( className );
}

function setCaret( element ) {
Expand Down

0 comments on commit 852daf1

Please sign in to comment.