We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04b66a0 commit f2c55efCopy full SHA for f2c55ef
modules/widgets/src/zoom-widget.tsx
@@ -62,7 +62,7 @@ export class ZoomWidget implements Widget<ZoomWidgetProps> {
62
63
this.props = {
64
...props,
65
- orientation: props.orientation ?? this.orientation,
+ orientation: props.orientation ?? 'vertical',
66
transitionDuration: props.transitionDuration ?? 200,
67
zoomInLabel: props.zoomInLabel ?? 'Zoom In',
68
zoomOutLabel: props.zoomOutLabel ?? 'Zoom Out',
0 commit comments