Fixed keyboard navigation bugs.

This commit is contained in:
softsimon
2020-05-13 13:03:57 +07:00
parent 910696e41c
commit afb4f6e70b
5 changed files with 46 additions and 36 deletions

View File

@@ -34,6 +34,7 @@ export class StateService {
connectionState$ = new BehaviorSubject<0 | 1 | 2>(2);
markBlock$ = new Subject<MarkBlockState>();
keyNavigation$ = new Subject<KeyboardEvent>();
constructor(
private router: Router,