Commit 0d8090e7 authored by luckyCao's avatar luckyCao Committed by Simona

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

parent 466aa288
...@@ -226,6 +226,7 @@ ...@@ -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) {
......
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