vue-writer icon indicating copy to clipboard operation
vue-writer copied to clipboard

fix memory leak on ssr and csr

Open zhuscat opened this issue 11 months ago • 0 comments

  1. fix setTimeout called directly on component created, causing memory leak on SSR
  2. clearTimeout before component unmount

zhuscat avatar Mar 20 '24 05:03 zhuscat