diff --git a/packages/block-library/src/video/edit-common-settings.js b/packages/block-library/src/video/edit-common-settings.js index d41c0c45937f5e..4f85f929b07cfc 100644 --- a/packages/block-library/src/video/edit-common-settings.js +++ b/packages/block-library/src/video/edit-common-settings.js @@ -100,9 +100,9 @@ const VideoSettings = ( { setAttributes, attributes } ) => { !! controls } + hasValue={ () => ! controls } onDeselect={ () => { - setAttributes( { controls: false } ); + setAttributes( { controls: true } ); } } > { setAttributes( { autoplay: false, - controls: false, + controls: true, loop: false, muted: false, playsInline: false,