diff --git a/packages/edit-post/src/store/effects.js b/packages/edit-post/src/store/effects.js index 38b3c92498e65..b273d0a4b3e35 100644 --- a/packages/edit-post/src/store/effects.js +++ b/packages/edit-post/src/store/effects.js @@ -45,7 +45,7 @@ const effects = { let wasSavingPost = select( 'core/editor' ).isSavingPost(); let wasAutosavingPost = select( 'core/editor' ).isAutosavingPost(); - + // Meta boxes are initialized once at page load. It is not necessary to // account for updates on each state change. //