Skip to content

Commit

Permalink
Update zoom-widget.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisgervang committed Dec 22, 2024
1 parent 04b66a0 commit f2c55ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/widgets/src/zoom-widget.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export class ZoomWidget implements Widget<ZoomWidgetProps> {

this.props = {
...props,
orientation: props.orientation ?? this.orientation,
orientation: props.orientation ?? 'vertical',
transitionDuration: props.transitionDuration ?? 200,
zoomInLabel: props.zoomInLabel ?? 'Zoom In',
zoomOutLabel: props.zoomOutLabel ?? 'Zoom Out',
Expand Down

0 comments on commit f2c55ef

Please sign in to comment.