Skip to content

Commit bf2ad56

Browse files
committed
comment: full load
1 parent 34ca468 commit bf2ad56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/next/src/next-devtools/dev-overlay/components/shadow-portal.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export function ShadowPortal({ children }: { children: React.ReactNode }) {
3737
if (portalNode.current.shadowRoot === null) {
3838
shadowNode.current = portalNode.current.attachShadow({ mode: 'open' })
3939

40-
// Storybook injects the Tailwind style tag from .storybook/main.ts on each load.
40+
// Storybook injects the Tailwind style tag from .storybook/main.ts on each full load.
4141
// When navigating to a different story, the injected style tag is removed within the iframe.
4242
// To re-inject the style tag, we need to call `unuse()` since the `use()` function only runs
4343
// once unless unused.

0 commit comments

Comments
 (0)