fix(API): JS errors caused by remote control merge
This commit is contained in:
parent
b22e3ee253
commit
15090243d0
|
@ -116,6 +116,10 @@ class API {
|
|||
return;
|
||||
|
||||
enabled = true;
|
||||
|
||||
if(!postis) {
|
||||
this._initPostis();
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue