mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-24 13:24:05 -06:00
Remove log
This commit is contained in:
parent
d98f575640
commit
75f9e50c39
@ -87,7 +87,6 @@ async function mouseEnterHandler(
|
|||||||
const targetID = `popover-${el.id}`
|
const targetID = `popover-${el.id}`
|
||||||
el.id = targetID
|
el.id = targetID
|
||||||
})
|
})
|
||||||
console.log(hash)
|
|
||||||
const targetLink = hash.startsWith("#popover") ? hash : `#popover-${hash.slice(1)}`
|
const targetLink = hash.startsWith("#popover") ? hash : `#popover-${hash.slice(1)}`
|
||||||
hash = targetLink
|
hash = targetLink
|
||||||
const elts = [...html.getElementsByClassName("popover-hint")]
|
const elts = [...html.getElementsByClassName("popover-hint")]
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user