chore(code-snippet): preserve custom copy event type (#1375)

This commit is contained in:
metonym 2022-06-27 05:44:05 -07:00 committed by GitHub
commit 5a8bd9ca57
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 8 deletions

View file

@ -2,6 +2,7 @@
/**
* @event {null} expand
* @event {null} collapse
* @event {null} copy
*/
/**