We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55939fa commit 164f393Copy full SHA for 164f393
1 file changed
app/js/index.js
@@ -13,7 +13,6 @@ const state = {
13
const update = transition => {
14
state.transition = transition
15
$demo.attr('transition', transition)
16
- copyToClipboard(transition)
17
}
18
19
const copyToClipboard = text => {
@@ -39,6 +38,7 @@ $('dd').on('click', e => {
39
38
state.selected = e.currentTarget
40
41
update(transition)
+ copyToClipboard(transition)
42
})
43
44
$('select').on('change', e => {
0 commit comments