fix cant turn off browser session browser (#3421)
This commit is contained in:
@@ -139,7 +139,7 @@ function Workspace({
|
|||||||
|
|
||||||
const enableDebugBrowser = useMemo(() => {
|
const enableDebugBrowser = useMemo(() => {
|
||||||
return (
|
return (
|
||||||
showBrowser || (activeDebugSession?.vnc_streaming_supported ?? false)
|
showBrowser && (activeDebugSession?.vnc_streaming_supported ?? false)
|
||||||
);
|
);
|
||||||
}, [showBrowser, activeDebugSession?.vnc_streaming_supported]);
|
}, [showBrowser, activeDebugSession?.vnc_streaming_supported]);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user