chore: format

pull/3360/head
Anthony Fu 2 years ago
parent 680cb0b0d5
commit 5252e0a6f8

@ -16,10 +16,7 @@ export function useCopyCode() {
parent.className parent.className
) )
const ignoredNodes = [ const ignoredNodes = ['.vp-copy-ignore', '.diff.remove']
'.vp-copy-ignore',
'.diff.remove'
]
// Clone the node and remove the ignored nodes // Clone the node and remove the ignored nodes
const clone = sibling.cloneNode(true) as HTMLElement const clone = sibling.cloneNode(true) as HTMLElement

Loading…
Cancel
Save