Skip to content

Commit

Permalink
Whoops, the preferences variable name was wrong in the defaults list. (
Browse files Browse the repository at this point in the history
…#43494)

There were no repercussions because it was off by default, but let's make things consistent.
  • Loading branch information
ramonjd authored Aug 23, 2022
1 parent 1d944a1 commit 5e2876c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/edit-site/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export function reinitializeEditor( target, settings ) {
keepCaretInsideBlock: false,
welcomeGuide: true,
welcomeGuideStyles: true,
shouldListViewOpenByDefault: false,
showListViewByDefault: false,
} );

// Check if the block list view should be open by default.
Expand Down

0 comments on commit 5e2876c

Please sign in to comment.