This commit is contained in:
Faris Ansari 2022-01-17 15:49:53 +05:30
parent 3371a57ed0
commit 4cf30c6630
3 changed files with 4 additions and 3 deletions

View File

@ -1026,6 +1026,7 @@ class Popup {
hide() {
this.parent.style.opacity = 0;
this.parent.style.left = 0;
}
}
@ -1722,7 +1723,7 @@ class Gantt {
bars.forEach(bar => {
const $bar = bar.$bar;
$bar.finaldx = this.get_snap_position(dx);
this.hide_popup();
if (is_resizing_left) {
if (parent_bar_id === bar.task.id) {
bar.update_bar_position({

File diff suppressed because one or more lines are too long

View File

@ -1,6 +1,6 @@
{
"name": "frappe-gantt",
"version": "0.5.0",
"version": "0.6.0",
"description": "A simple, modern, interactive gantt library for the web",
"main": "src/index.js",
"scripts": {