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