Skip to content
Snippets Groups Projects
Commit f967c0d4 authored by Xiao Gui's avatar Xiao Gui
Browse files

bugfix: fix build-aot bug with resetNavigation call signature

parent 76cc3afc
No related branches found
No related tags found
No related merge requests found
......@@ -66,7 +66,7 @@ export class StatusCardComponent{
*
* the info re: nehubaViewer can stay there, too
*/
resetNavigation({rotation: rotationFlag = false, position: positionFlag = false, zoom : zoomFlag = false} : {rotation: boolean, position: boolean, zoom: boolean}){
resetNavigation({rotation: rotationFlag = false, position: positionFlag = false, zoom : zoomFlag = false} : {rotation?: boolean, position?: boolean, zoom?: boolean}){
const initialNgState = this.selectedTemplate.nehubaConfig.dataset.initialNgState
const perspectiveZoom = initialNgState ? initialNgState.perspectiveZoom : undefined
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment