Skip to content

Commit

Permalink
fix logical error
Browse files Browse the repository at this point in the history
  • Loading branch information
heyzec committed Feb 6, 2025
1 parent 084698d commit 9e8afad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commons/workspace/Workspace.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ const Workspace: React.FC<WorkspaceProps> = props => {
</Resizable>
<div className="row content-parent" ref={contentContainerDiv}>
<div className="editor-divider" ref={editorDividerDiv} />
{!isVscode || (
{!isVscode && (
<Resizable {...editorResizableProps()}>{createWorkspaceInput(props)}</Resizable>
)}
<div className="right-parent" ref={setFullscreenRefs}>
Expand Down

0 comments on commit 9e8afad

Please sign in to comment.