Fix(Simulation): Fix the bug that simulation cannot switch device and rotate

This commit is contained in:
2024-11-03 11:17:16 +08:00
parent d7567b8b28
commit d78a3ce682

View File

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