Skip to content

Commit

Permalink
fix: plugin API cameramove event is not emitted in published pages (#227
Browse files Browse the repository at this point in the history
)
  • Loading branch information
rot1024 authored May 20, 2022
1 parent 4fed4f7 commit 7a11b30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/molecules/Visualizer/hooks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ export default ({
engineName: engineType || "",
sceneProperty,
tags,
camera,
camera: innerCamera,
selectedLayer,
layerSelectionReason,
layerOverridenInfobox,
Expand Down

0 comments on commit 7a11b30

Please sign in to comment.