Skip to content

Commit

Permalink
Try always render
Browse files Browse the repository at this point in the history
  • Loading branch information
origami-z committed Jun 12, 2024
1 parent 2c0bb9c commit 6d35824
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .storybook/manager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ addons.register("theme-next-addon", () => {
title: "Theme next toolbar",
//👇 Sets the type of UI element in Storybook
type: types.TOOL,
//👇 Shows the Toolbar UI element if either the Canvas or Docs tab is active
match: ({ viewMode }) => !!(viewMode && viewMode.match(/^(story|docs)$/)),
render: ThemeNextToolbar,
});
});

0 comments on commit 6d35824

Please sign in to comment.