Slider: Fix style problem when clicking slider bar(#15561)

pull/15761/head
luckyCao 2019-05-28 14:42:58 +08:00 committed by Simona
parent 466aa288a3
commit 0d8090e704
1 changed files with 1 additions and 0 deletions

View File

@ -226,6 +226,7 @@
value = parseFloat(value.toFixed(this.precision)); value = parseFloat(value.toFixed(this.precision));
this.$emit('input', value); this.$emit('input', value);
this.$nextTick(() => { this.$nextTick(() => {
this.displayTooltip();
this.$refs.tooltip && this.$refs.tooltip.updatePopper(); this.$refs.tooltip && this.$refs.tooltip.updatePopper();
}); });
if (!this.dragging && this.value !== this.oldValue) { if (!this.dragging && this.value !== this.oldValue) {