[config_tool] vCAT widget behavior
let vCAT chunk no longer fixed-drag Tracked-On: #8187 Signed-off-by: Chuang-Ke <chuangx.ke@intel.com> Reviewed-by: Junjie Mao <junjie.mao@intel.com>
This commit is contained in:
parent
3a4b84e078
commit
a35f3c0d65
|
@ -23,9 +23,9 @@ export default {
|
|||
computed: {
|
||||
sliderOptions() {
|
||||
let options = {}
|
||||
if (this.isVcat) {
|
||||
options['behaviour'] = 'drag-fixed'
|
||||
}
|
||||
// if (this.isVcat) {
|
||||
// options['behaviour'] = 'drag-fixed'
|
||||
// }
|
||||
return options
|
||||
},
|
||||
hexField: {
|
||||
|
|
Loading…
Reference in New Issue