Skip to content

Commit

Permalink
fix(vue): disable keyboard shortcut for DRS
Browse files Browse the repository at this point in the history
  • Loading branch information
mohdashraf010897 committed Nov 21, 2023
1 parent a19c237 commit da09074
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vue/src/components/range/DynamicRangeSlider.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ const DynamicRangeSlider = {
height={4}
enable-cross={false}
tooltip="always"
useKeyboard={true}
useKeyboard={false}
{...this.$props.sliderOptions}
/>

Expand Down

0 comments on commit da09074

Please sign in to comment.