mirror of https://github.com/onweru/compose.git

weru
14.45.2021 d11184874de8d048338d6495c19c2b111dbd4b1c
fix: remove copied tooltip #63

Signed-off-by: weru <fromweru@gmail.com>
1 files modified
4 ■■■■ changed files
assets/js/index.js 4 ●●●● patch | view | raw | blame | history
assets/js/index.js
@@ -217,8 +217,8 @@
    if(!elem(`.${yanked}`, parent)) {
      parent.appendChild(copyText);
      setTimeout(function() { 
        // parent.removeChild(copyText)
      }, 3000);
        parent.removeChild(copyText)
      }, 2250);
    }
  }