when remove tag, (#3811)

pull/3906/head
暮山紫 2017-03-30 11:35:19 +08:00 committed by baiyaaaaa
parent 88d4a390d0
commit 394bc47af1
1 changed files with 1 additions and 0 deletions

View File

@ -107,6 +107,7 @@
this.setOffset(navWidth - containerWidth); this.setOffset(navWidth - containerWidth);
} }
} else if (currentOffset > 0) { } else if (currentOffset > 0) {
this.scrollable = false;
this.setOffset(0); this.setOffset(0);
} }
}, },