Tiny fixes.

This commit is contained in:
Dermot Duffy
2024-06-14 19:21:55 -07:00
parent 8c7c2c8c18
commit 33dee47205
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -1 +1,2 @@
docs/js/
.devcontainer/
+1 -1
View File
@@ -107,7 +107,7 @@ export class TriggersManager {
/* istanbul ignore else: the else path cannot be reached, as the camera
cannot be triggered without a view -- @preserve */
if (view) {
this._api.getViewManager().setView(view.clone());
this._api.getViewManager().setView(view);
}
} else if (triggerAction === 'live') {
this._api.getViewManager().setViewByParameters({