mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 10:21:05 +00:00
chore(code-snippet): preserve custom copy event type (#1375)
This commit is contained in:
parent
45627aad1f
commit
5a8bd9ca57
4 changed files with 5 additions and 8 deletions
|
@ -1235,6 +1235,7 @@
|
|||
"events": [
|
||||
{ "type": "dispatched", "name": "expand", "detail": "null" },
|
||||
{ "type": "dispatched", "name": "collapse", "detail": "null" },
|
||||
{ "type": "dispatched", "name": "copy", "detail": "null" },
|
||||
{
|
||||
"type": "forwarded",
|
||||
"name": "click",
|
||||
|
@ -1255,12 +1256,7 @@
|
|||
"name": "mouseleave",
|
||||
"element": "CodeSnippetSkeleton"
|
||||
},
|
||||
{
|
||||
"type": "forwarded",
|
||||
"name": "animationend",
|
||||
"element": "CopyButton"
|
||||
},
|
||||
{ "type": "dispatched", "name": "copy", "detail": "null" }
|
||||
{ "type": "forwarded", "name": "animationend", "element": "CopyButton" }
|
||||
],
|
||||
"typedefs": [],
|
||||
"rest_props": { "type": "InlineComponent", "name": "CodeSnippetSkeleton" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue