v0.6.0
This commit is contained in:
parent
3371a57ed0
commit
4cf30c6630
3
dist/frappe-gantt.js
vendored
3
dist/frappe-gantt.js
vendored
@ -1026,6 +1026,7 @@ class Popup {
|
|||||||
|
|
||||||
hide() {
|
hide() {
|
||||||
this.parent.style.opacity = 0;
|
this.parent.style.opacity = 0;
|
||||||
|
this.parent.style.left = 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -1722,7 +1723,7 @@ class Gantt {
|
|||||||
bars.forEach(bar => {
|
bars.forEach(bar => {
|
||||||
const $bar = bar.$bar;
|
const $bar = bar.$bar;
|
||||||
$bar.finaldx = this.get_snap_position(dx);
|
$bar.finaldx = this.get_snap_position(dx);
|
||||||
|
this.hide_popup();
|
||||||
if (is_resizing_left) {
|
if (is_resizing_left) {
|
||||||
if (parent_bar_id === bar.task.id) {
|
if (parent_bar_id === bar.task.id) {
|
||||||
bar.update_bar_position({
|
bar.update_bar_position({
|
||||||
|
|||||||
2
dist/frappe-gantt.min.js
vendored
2
dist/frappe-gantt.min.js
vendored
File diff suppressed because one or more lines are too long
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "frappe-gantt",
|
"name": "frappe-gantt",
|
||||||
"version": "0.5.0",
|
"version": "0.6.0",
|
||||||
"description": "A simple, modern, interactive gantt library for the web",
|
"description": "A simple, modern, interactive gantt library for the web",
|
||||||
"main": "src/index.js",
|
"main": "src/index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user