Skip to content

Commit 0ed085c

Browse files
authored
fix: FIT-14: Playground preview panel should not be fullscreen (#7598)
1 parent 1a98a33 commit 0ed085c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

web/apps/playground/src/components/PreviewPanel/PreviewPanel.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ export const PreviewPanel: FC<PreviewPanelProps> = memo(
7979
forceBottomPanel: true,
8080
collapsibleBottomPanel: true,
8181
defaultCollapsedBottomPanel: true,
82+
fullscreen: false,
8283
},
8384
onStorageInitialized: (LS: any) => {
8485
const initAnnotation = () => {

0 commit comments

Comments
 (0)