vue-ripple-directive icon indicating copy to clipboard operation
vue-ripple-directive copied to clipboard

It is recommended to add rippleContainer.parentNode condition judgment

Open 1748839240 opened this issue 4 years ago • 0 comments

setTimeout(function () { if (rippleContainer.parentNode) { rippleContainer.parentNode.removeChild(rippleContainer); } }, 850);

1748839240 avatar Nov 25 '21 08:11 1748839240