fix: 去除debugger
This commit is contained in:
parent
a4e92f695a
commit
a9ebec0cc0
@ -10,7 +10,6 @@ export default function useContinuousClickLive() {
|
|||||||
likeBox.appendChild(d)
|
likeBox.appendChild(d)
|
||||||
;((d) => {
|
;((d) => {
|
||||||
d.addEventListener("animationend", () => {
|
d.addEventListener("animationend", () => {
|
||||||
debugger
|
|
||||||
if (likeBox.contains(d)) {
|
if (likeBox.contains(d)) {
|
||||||
likeBox.removeChild(d)
|
likeBox.removeChild(d)
|
||||||
}
|
}
|
||||||
|
|||||||
@ -340,7 +340,6 @@ let sendLiveTime = null
|
|||||||
const addContinuousClickLive = useContinuousClickLive()
|
const addContinuousClickLive = useContinuousClickLive()
|
||||||
console.log(addContinuousClickLive)
|
console.log(addContinuousClickLive)
|
||||||
const dblclickLive = () => {
|
const dblclickLive = () => {
|
||||||
debugger
|
|
||||||
// const img = document.createElement("img")
|
// const img = document.createElement("img")
|
||||||
// img.setAttribute("src", liveIcon[liveIndex % 4])
|
// img.setAttribute("src", liveIcon[liveIndex % 4])
|
||||||
// img.setAttribute("class", "live-icon")
|
// img.setAttribute("class", "live-icon")
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user