Skip to content

Commit 41ccd9d

Browse files
bruyeretfinetjul
authored andcommitted
feat(ViewProxy): Add getter and setter for resetCameraOnFirstRender
1 parent f1dc4a2 commit 41ccd9d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Sources/Proxy/Core/ViewProxy/index.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -660,7 +660,11 @@ function extend(publicAPI, model, initialValues = {}) {
660660
Object.assign(model, DEFAULT_VALUES, initialValues);
661661

662662
macro.obj(publicAPI, model);
663-
macro.setGet(publicAPI, model, ['name', 'disableAnimation']);
663+
macro.setGet(publicAPI, model, [
664+
'name',
665+
'disableAnimation',
666+
'resetCameraOnFirstRender',
667+
]);
664668
macro.get(publicAPI, model, [
665669
'annotationOpacity',
666670
'camera',

0 commit comments

Comments
 (0)