fix: 去除debugger

This commit is contained in:
kaizheng(郑凯) 2025-03-10 19:19:45 +08:00
parent a4e92f695a
commit a9ebec0cc0
2 changed files with 0 additions and 2 deletions

View File

@ -10,7 +10,6 @@ export default function useContinuousClickLive() {
likeBox.appendChild(d)
;((d) => {
d.addEventListener("animationend", () => {
debugger
if (likeBox.contains(d)) {
likeBox.removeChild(d)
}

View File

@ -340,7 +340,6 @@ let sendLiveTime = null
const addContinuousClickLive = useContinuousClickLive()
console.log(addContinuousClickLive)
const dblclickLive = () => {
debugger
// const img = document.createElement("img")
// img.setAttribute("src", liveIcon[liveIndex % 4])
// img.setAttribute("class", "live-icon")