Fixes #11
This commit is contained in:
Neale Pickett 2020-05-19 11:54:44 -06:00
parent 8e6e18f413
commit 69f3f3d955
1 changed files with 1 additions and 1 deletions

View File

@ -513,7 +513,7 @@ class Vail {
} else if ((event.target.id == "dit") && (event.button == 2)) {
this.iambicDah(begin)
} else if (event.target.id == "dit") {
this.iambigDit(begin)
this.iambicDit(begin)
} else if (event.target.id == "key") {
this.straightKey(begin)
} else if ((event.target.id == "ck") && begin) {