Re-add dispatcher as alt-up/down uses it
Alt-up/down still doesn't go through rooms in the right order, but it should probably not error.
This commit is contained in:
parent
c47d3e04a5
commit
b34f63d3e7
1 changed files with 1 additions and 0 deletions
|
@ -21,6 +21,7 @@ import KeyCode from '../../KeyCode';
|
|||
import Notifier from '../../Notifier';
|
||||
import PageTypes from '../../PageTypes';
|
||||
import sdk from '../../index';
|
||||
import dis from '../../dispatcher';
|
||||
|
||||
/**
|
||||
* This is what our MatrixChat shows when we are logged in. The precise view is
|
||||
|
|
Loading…
Reference in a new issue