Commit 394bc47a authored by 暮山紫's avatar 暮山紫 Committed by baiyaaaaa

when remove tag, (#3811)

parent 88d4a390
...@@ -107,6 +107,7 @@ ...@@ -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);
} }
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment