Fixed webcam not loading bug if first/initial tab is "Control"
(cherry picked from commit d66a4f3)
This commit is contained in:
parent
9ad180c02a
commit
c1c75f032d
1 changed files with 1 additions and 0 deletions
|
|
@ -442,6 +442,7 @@ $(function() {
|
|||
self.additionalControls = additionalControls;
|
||||
self.rerenderControls();
|
||||
}
|
||||
self._enableWebcam();
|
||||
};
|
||||
|
||||
self.onFocus = function (data, event) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue