2 Commits

Author SHA1 Message Date
610fb18cb1 Merge pull request #34 from FatttSnake/hotfix/simulation_cannot_switch
Hotfix: Fix the bug that simulation cannot switch device and rotate
2024-11-03 11:25:39 +08:00
d78a3ce682 Fix(Simulation): Fix the bug that simulation cannot switch device and rotate 2024-11-03 11:20:58 +08:00

View File

@@ -99,7 +99,7 @@ const Render = ({
}
}
])
}, [])
}, [selectedDevice, isRotate, iframeKey, iframeRef, iframeUrl, setIsLoaded])
return mobileMode ? (
<>