threejs-odessey icon indicating copy to clipboard operation
threejs-odessey copied to clipboard

13-panorama onUnmounted周期未卸载监听

Open wangyingjie123 opened this issue 2 years ago • 0 comments

未在onUnmounted 移除掉事件监听

onUnmounted(() => {
  window.removeEventListener('resize', resizeFun);
  window.cancelAnimationFrame(rafId);
});

wangyingjie123 avatar May 31 '23 01:05 wangyingjie123