fix: 去除debugger
This commit is contained in:
parent
a4e92f695a
commit
a9ebec0cc0
@ -10,7 +10,6 @@ export default function useContinuousClickLive() {
|
||||
likeBox.appendChild(d)
|
||||
;((d) => {
|
||||
d.addEventListener("animationend", () => {
|
||||
debugger
|
||||
if (likeBox.contains(d)) {
|
||||
likeBox.removeChild(d)
|
||||
}
|
||||
|
||||
@ -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")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user