Tiny fixes.
This commit is contained in:
@@ -1 +1,2 @@
|
|||||||
docs/js/
|
docs/js/
|
||||||
|
.devcontainer/
|
||||||
|
|||||||
@@ -107,7 +107,7 @@ export class TriggersManager {
|
|||||||
/* istanbul ignore else: the else path cannot be reached, as the camera
|
/* istanbul ignore else: the else path cannot be reached, as the camera
|
||||||
cannot be triggered without a view -- @preserve */
|
cannot be triggered without a view -- @preserve */
|
||||||
if (view) {
|
if (view) {
|
||||||
this._api.getViewManager().setView(view.clone());
|
this._api.getViewManager().setView(view);
|
||||||
}
|
}
|
||||||
} else if (triggerAction === 'live') {
|
} else if (triggerAction === 'live') {
|
||||||
this._api.getViewManager().setViewByParameters({
|
this._api.getViewManager().setViewByParameters({
|
||||||
|
|||||||
Reference in New Issue
Block a user