bill 4 달 전
부모
커밋
4adf62fcf7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/sdk/association/monitor.ts

+ 1 - 1
src/sdk/association/monitor.ts

@@ -33,6 +33,6 @@ export const associationMonitor = (sdk: SDK, el: HTMLDivElement) => {
 
     const recover = mergeFuns(cleanups);
   };
-  setTimeout(hideControl, 2000);
+  // setTimeout(hideControl, 2000);
   sdk.sceneBus.on("watchMonitor", hideControl);
 };