Skip to content

Commit

Permalink
fix(keyboard): clear 1000 times instead of 100
Browse files Browse the repository at this point in the history
  • Loading branch information
marnixah committed Jan 24, 2022
1 parent 4bbd8cc commit 3362f31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/classes/KeyboardManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,6 @@ export default class KeyboardManager {
const [row, col] = this.keyToRowCol('Backspace');
await this.setRow(row);
await this.setCol(col);
await this.tv.ok(100);
await this.tv.ok(1000);
}
}

0 comments on commit 3362f31

Please sign in to comment.