fix(core): update

This commit is contained in:
Philipp Kunz 2022-04-21 19:05:52 +02:00
parent 185d9ff957
commit f84e7c48ae

View File

@ -144,6 +144,7 @@ export class Keyboard {
combos.forEach((combo) => {
this.registerComboCallback(combo, subject);
});
return subject;
}
public startListening() {