Update BetterTypingUsers.plugin.js
This commit is contained in:
parent
2284acb4f1
commit
4c08ae6615
|
@ -172,6 +172,7 @@ var BetterTypingUsers = (() => {
|
||||||
*/
|
*/
|
||||||
return class BetterTypingUsers extends Plugin {
|
return class BetterTypingUsers extends Plugin {
|
||||||
constructor() {
|
constructor() {
|
||||||
|
super();
|
||||||
try {
|
try {
|
||||||
ModalStack.popWithKey(`${this.name}_DEP_MODAL`);
|
ModalStack.popWithKey(`${this.name}_DEP_MODAL`);
|
||||||
} catch (e) {}
|
} catch (e) {}
|
||||||
|
|
Loading…
Reference in New Issue