mirror of
https://github.com/storybookjs/storybook.git
synced 2025-03-19 05:02:40 +08:00
Fix render order in preview for marko
This commit is contained in:
parent
2f4a45de08
commit
732c6d4894
@ -23,6 +23,6 @@ export default function renderMain({ story, selectedKind, selectedStory, showMai
|
||||
return;
|
||||
}
|
||||
|
||||
currLoadedComponent = element.appendTo(rootEl).getComponent();
|
||||
showMain();
|
||||
currLoadedComponent = element.appendTo(rootEl).getComponent();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user