File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed
packages/perseus-editor/src/__stories__ Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -16,11 +16,7 @@ const meta: Meta<typeof PerseusFrameComponent> = {
16
16
"- Frame extracts frameId from its data-id attribute and sends it to parent to signal readiness\n" +
17
17
"- Parent responds with data via postMessage, frame uses response as key for parent.iframeDataStore\n" +
18
18
"- 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" ,
24
20
} ,
25
21
} ,
26
22
// Remove Storybook chrome for iframe use
You can’t perform that action at this time.
0 commit comments