Skip to content

Commit

Permalink
[DE] [PE] [SSE] Fix bug 43748
Browse files Browse the repository at this point in the history
  • Loading branch information
JuliaSvinareva committed Dec 3, 2019
1 parent 7472479 commit 9e892a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/common/main/lib/component/Slider.js
Original file line number Diff line number Diff line change
Expand Up @@ -354,6 +354,7 @@ define([
return;
}
me.trigger('removethumb', me, _.findIndex(me.thumbs, {index: index}));
me.trigger('change', me, value, lastValue);
me.trigger('changecomplete', me, value, lastValue);
} else {
me.setThumbPosition(index, pos);
Expand Down

0 comments on commit 9e892a5

Please sign in to comment.