diff options
| author | Jules Laplace <jules@okfoc.us> | 2017-05-02 13:41:05 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2017-05-02 13:41:05 -0400 |
| commit | b7dda391a27faef16dcceddaa05782878e4479ac (patch) | |
| tree | 171e05074a9c4e2a1fea96f6c4ca7093c3231c1f /client/index.js | |
| parent | 3f0f50e4241bef5c0fe7d121f63d9e37e906d1fc (diff) | |
fix initial retrigger
Diffstat (limited to 'client/index.js')
| -rw-r--r-- | client/index.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/index.js b/client/index.js index e184590..c75671d 100644 --- a/client/index.js +++ b/client/index.js @@ -109,6 +109,7 @@ function down (e){ pair.el.style.opacity = 0.5 hertz_el.innerHTML = pair.freq kalimba.play( pair.freq ) + last = pair } function move (e){ if (! dragging) return |
