fix: bars disappearing bug

This commit is contained in:
Safwan Samsudeen 2024-04-10 23:21:48 +05:30
parent 889a03a828
commit e0bcc333ee

View File

@ -951,6 +951,8 @@ export default class Gantt {
$.on(this.$svg, "mouseup", () => {
is_resizing = false;
if (!($bar_progress && $bar_progress.finaldx)) return;
$bar_progress.finaldx = 0;
bar.progress_changed();
bar.set_action_completed();
});