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);
 };