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 /bundle.js | |
| parent | 3f0f50e4241bef5c0fe7d121f63d9e37e906d1fc (diff) | |
fix initial retrigger
Diffstat (limited to 'bundle.js')
| -rw-r--r-- | bundle.js | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -23154,6 +23154,7 @@ function down(e) { pair.el.style.opacity = 0.5; hertz_el.innerHTML = pair.freq; _kalimba2.default.play(pair.freq); + last = pair; } function move(e) { if (!dragging) return; |
