File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed
Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -298,8 +298,6 @@ export var ChangeTileVersion = L.Control.extend({
298298 if ( this . options . orientation === 'vertical' ) {
299299 this . slider . style . width = 170 + 'px' ;
300300 this . _sliderContainer . style . height = 170 + 'px' ;
301- } else if ( this . options . orientation === 'vertical' ) {
302- this . _sliderContainer . style . height = 170 + 'px' ;
303301 } else {
304302 this . _sliderContainer . style . width = 150 + 'px' ;
305303 }
Original file line number Diff line number Diff line change @@ -139,8 +139,6 @@ export class ChangeTileVersion extends ol.control.Control {
139139 if ( options . orientation == 'vertical' ) {
140140 this . slider . style . width = 170 + 'px' ;
141141 this . _sliderContainer . style . height = 170 + 'px' ;
142- } else if ( options . orientation == 'vertical' ) {
143- this . _sliderContainer . style . height = 170 + 'px' ;
144142 } else {
145143 this . _sliderContainer . style . width = 150 + 'px' ;
146144 }
You can’t perform that action at this time.
0 commit comments