mirror of https://github.com/ElemeFE/element
when remove tag, (#3811)
parent
88d4a390d0
commit
394bc47af1
|
@ -107,6 +107,7 @@
|
|||
this.setOffset(navWidth - containerWidth);
|
||||
}
|
||||
} else if (currentOffset > 0) {
|
||||
this.scrollable = false;
|
||||
this.setOffset(0);
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue