Fix for shiki copy button animation firing off after clicking copy button (#4252)
This commit is contained in:
parent
d478387007
commit
d6540b192e
@ -33,8 +33,8 @@ def copy_script() -> Any:
|
|||||||
f"""
|
f"""
|
||||||
// Event listener for the parent click
|
// Event listener for the parent click
|
||||||
document.addEventListener('click', function(event) {{
|
document.addEventListener('click', function(event) {{
|
||||||
// Find the closest div (parent element)
|
// Find the closest button (parent element)
|
||||||
const parent = event.target.closest('div');
|
const parent = event.target.closest('button');
|
||||||
// If the parent is found
|
// If the parent is found
|
||||||
if (parent) {{
|
if (parent) {{
|
||||||
// Find the SVG element within the parent
|
// Find the SVG element within the parent
|
||||||
|
Loading…
Reference in New Issue
Block a user