Skip to content

Commit

Permalink
Editor: Render EditorProvider if recovery
Browse files Browse the repository at this point in the history
  • Loading branch information
aduth committed May 15, 2020
1 parent f353b2d commit a27c055
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/editor/src/components/provider/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ function EditorProvider( {
} );
}

if ( ! isReady ) {
if ( ! isReady && ! recovery ) {
return null;
}

Expand Down

0 comments on commit a27c055

Please sign in to comment.