Fix webclient this.setTeamId (#4603)
Этот коммит содержится в:
@@ -14,7 +14,7 @@ class WebClientClass extends Client {
|
|||||||
constructor() {
|
constructor() {
|
||||||
super();
|
super();
|
||||||
this.enableLogErrorsToConsole(true);
|
this.enableLogErrorsToConsole(true);
|
||||||
TeamStore.addChangeListener(this.onTeamStoreChanged);
|
TeamStore.addChangeListener(this.onTeamStoreChanged.bind(this));
|
||||||
}
|
}
|
||||||
|
|
||||||
onTeamStoreChanged() {
|
onTeamStoreChanged() {
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user