fix: bar not resizable if <1 unit
This commit is contained in:
parent
05b243f3f6
commit
c880b72fa6
@ -262,7 +262,7 @@ export default class Bar {
|
||||
}
|
||||
this.update_attr(bar, 'x', x);
|
||||
}
|
||||
if (width && width >= this.gantt.options.column_width) {
|
||||
if (width) {
|
||||
this.update_attr(bar, 'width', width);
|
||||
}
|
||||
this.update_label_position();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user