[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:
Chuang Ke 2022-09-21 16:12:04 +08:00 committed by acrnsi-robot
parent 3a4b84e078
commit a35f3c0d65
1 changed files with 3 additions and 3 deletions

View File

@ -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: {