Skip to content

Commit

Permalink
Clear should not collapse
Browse files Browse the repository at this point in the history
  • Loading branch information
gaearon committed Jun 14, 2022
1 parent 7a7661a commit 1ef18fe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion beta/src/components/MDX/Sandpack/Console.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ export const SandpackConsole = () => {
className="p-1"
onClick={() => {
setLogs([]);
setIsExpanded(false);
}}>
<svg
viewBox="0 0 24 24"
Expand Down

0 comments on commit 1ef18fe

Please sign in to comment.