Skip to content

Commit

Permalink
Fix typescript error
Browse files Browse the repository at this point in the history
  • Loading branch information
brentyi committed Oct 12, 2023
1 parent c19bf01 commit d8dc69b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/viser/client/src/WebsocketInterface.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -834,7 +834,7 @@ export function WebsocketMessageProducer() {
console.log(`Disconnected! ${server} code=${event.code}`);
clearTimeout(retryTimeout);
viewer.websocketRef.current = null;
viewer.sceneClickEnable.current = 0;
viewer.sceneClickEnable.current = false;
viewer.useGui.setState({ websocketConnected: false });
resetGui();

Expand Down

0 comments on commit d8dc69b

Please sign in to comment.