Skip to content

Commit

Permalink
fixed the bug of split-pane when trigger at min
Browse files Browse the repository at this point in the history
  • Loading branch information
zhigang.li committed Jan 17, 2018
1 parent d3b8abc commit 25a346e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ export default {
this.atMax = this.triggerOffset === this.maxTransed;
e.atMin = this.atMin;
e.atMax = this.atMax;
this.$emit('input', offset);
this.$emit('input', this.triggerOffset);
this.$emit('on-trigger-moving', e);
}
}
Expand Down

0 comments on commit 25a346e

Please sign in to comment.