Skip to content

Commit

Permalink
open animation widget as collapsed in embed mode
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanweiler92 committed Aug 11, 2023
1 parent 4c33d86 commit f2055fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web/js/containers/animation-widget/animation-widget.js
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ function AnimationWidget (props) {
useEffect(() => {
if (isEmbedModeActive) {
setWidgetPosition({ x: 10, y: 0 });
toggleCollapse();
}
if (!isPlaying && autoplay && !isKioskModeActive) {
onPushPlay();
Expand Down

0 comments on commit f2055fd

Please sign in to comment.