diff --git a/app/components/workbench/Preview.tsx b/app/components/workbench/Preview.tsx
index ec2a1cd..63348b9 100644
--- a/app/components/workbench/Preview.tsx
+++ b/app/components/workbench/Preview.tsx
@@ -565,6 +565,12 @@ export const Preview = memo(() => {
}
};
+ const openInNewTab = () => {
+ if (activePreview?.baseUrl) {
+ window.open(activePreview?.baseUrl, '_blank');
+ }
+ };
+
// Function to get the correct frame padding based on orientation
const getFramePadding = useCallback(() => {
if (!selectedWindowSize) {
@@ -767,8 +773,17 @@ export const Preview = memo(() => {
Device Options
+
- Show Device Frame
+ Show Device Frame
-
Landscape Mode
+
Landscape Mode