Skip to content

Commit d7426cb

Browse files
committed
disable snapshot pinning in studio mode
1 parent 758983c commit d7426cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/reporter/src/commands/command.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@ const Command: React.FC<CommandProps> = observer(({ model, aliasesWithDuplicates
432432
}
433433

434434
const _shouldShowClickMessage = () => {
435-
return !appState.isRunning && !!model.hasConsoleProps
435+
return !appState.isRunning && !!model.hasConsoleProps && !appState.studioActive
436436
}
437437

438438
const _toggleColumnPin = () => {

0 commit comments

Comments
 (0)