Skip to content

Commit 7f2ceb4

Browse files
committed
reverting previous commit
1 parent 639cd9d commit 7f2ceb4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/Editor/Runners/PythonRunner/SkulptRunner/SkulptRunner.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -541,7 +541,7 @@ const SkulptRunner = ({ active, outputPanels = ["text", "visual"] }) => {
541541
<div className="react-tabs__tab-container">
542542
<TabList>
543543
<Tab
544-
key={showVisualOutput ? 1 : 0}
544+
key={0}
545545
style={{ display: showVisualOutput ? "flex" : "none" }}
546546
>
547547
<span className="react-tabs__tab-text">

0 commit comments

Comments
 (0)