We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 913f8b6 commit afa5eacCopy full SHA for afa5eac
src/components/modal-design-library/modal.js
@@ -40,6 +40,10 @@ const popoverProps = {
40
shift: true,
41
}
42
43
+// Reset the local storage values for the design library block list.
44
+// This is to make sure that the design library shows "all" at the start.
45
+localStorage?.setItem( 'stk__design_library__block-list__selected', '' )
46
+
47
export const ModalDesignLibrary = props => {
48
const {
49
backgroundModeColorScheme, containerModeColorScheme, colorSchemesCollection,
0 commit comments