fix: bars disappearing bug
This commit is contained in:
parent
889a03a828
commit
e0bcc333ee
@ -951,6 +951,8 @@ export default class Gantt {
|
|||||||
$.on(this.$svg, "mouseup", () => {
|
$.on(this.$svg, "mouseup", () => {
|
||||||
is_resizing = false;
|
is_resizing = false;
|
||||||
if (!($bar_progress && $bar_progress.finaldx)) return;
|
if (!($bar_progress && $bar_progress.finaldx)) return;
|
||||||
|
|
||||||
|
$bar_progress.finaldx = 0;
|
||||||
bar.progress_changed();
|
bar.progress_changed();
|
||||||
bar.set_action_completed();
|
bar.set_action_completed();
|
||||||
});
|
});
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user