Skip to content
Prev Previous commit
Next Next commit
Update snapshot
  • Loading branch information
andrewserong committed May 27, 2022
commit 6e3198c598be1d92d29970e10e77cb5552669bd9
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,11 @@ exports[`EditPostPreferencesModal should match snapshot when the modal is active
help="Shows block breadcrumbs at the bottom of the editor."
label="Display block breadcrumbs"
/>
<WithSelect(WithDispatch(BaseOption))
featureName="allowRightClickOverrides"
help="Allows contextual menus via right-click, overriding browser defaults."
label="Allow right-click contextual menus"
/>
</Section>
</React.Fragment>,
"name": "general",
Expand Down Expand Up @@ -183,6 +188,11 @@ exports[`EditPostPreferencesModal should match snapshot when the modal is active
help="Shows block breadcrumbs at the bottom of the editor."
label="Display block breadcrumbs"
/>
<WithSelect(WithDispatch(BaseOption))
featureName="allowRightClickOverrides"
help="Allows contextual menus via right-click, overriding browser defaults."
label="Allow right-click contextual menus"
/>
</Section>
</React.Fragment>,
"name": "general",
Expand Down