Skip to content

Commit 2933948

Browse files
[neverending-story-2] clean up story as much of this was removed or not particularly necessary to call out
1 parent 99d851f commit 2933948

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

packages/perseus-editor/src/__stories__/perseus-frame-component.stories.tsx

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,7 @@ const meta: Meta<typeof PerseusFrameComponent> = {
1616
"- Frame extracts frameId from its data-id attribute and sends it to parent to signal readiness\n" +
1717
"- Parent responds with data via postMessage, frame uses response as key for parent.iframeDataStore\n" +
1818
"- Frame renders question or hint content using Perseus renderers\n" +
19-
"- Frame reports height changes for smooth resizing via MutationObserver and periodic updates\n" +
20-
"**Global Setup:**\n" +
21-
"- Creates window.KhanUtil and window.Exercises objects to match webapp environment\n" +
22-
"- Sets up iframe-specific styles to prevent scrollbar issues\n" +
23-
"- Matches the exact behavior of EditorPage preview frames in the Khan Academy webapp",
19+
"- Frame reports height changes for smooth resizing via MutationObserver and periodic updates",
2420
},
2521
},
2622
// Remove Storybook chrome for iframe use

0 commit comments

Comments
 (0)