Skip to content

Commit

Permalink
fix(playground): fix browser compatibility (#192)
Browse files Browse the repository at this point in the history
  • Loading branch information
LesterWeng authored Jan 18, 2022
1 parent 1f9a758 commit 57036b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion formily/antd/playground/main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ const App = () => {
use={['DESIGNABLE', 'JSONTREE', 'MARKUP', 'PREVIEW']}
/>
</ToolbarPanel>
<ViewportPanel>
<ViewportPanel style={{ height: '100%' }}>
<ViewPanel type="DESIGNABLE">
{() => (
<ComponentTreeWidget
Expand Down
2 changes: 1 addition & 1 deletion formily/next/playground/main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ const App = () => {
use={['DESIGNABLE', 'JSONTREE', 'MARKUP', 'PREVIEW']}
/>
</ToolbarPanel>
<ViewportPanel>
<ViewportPanel style={{ height: '100%' }}>
<ViewPanel type="DESIGNABLE">
{() => (
<ComponentTreeWidget
Expand Down

0 comments on commit 57036b9

Please sign in to comment.