chore: build
This commit is contained in:
parent
86db2221ff
commit
a72b75a2f1
2
dist/frappe-gantt.js
vendored
2
dist/frappe-gantt.js
vendored
@ -682,7 +682,7 @@ var Gantt = (function () {
|
|||||||
$.on(this.group, "mouseleave", () => document.querySelector(`#${task_id}-highlight`).style.display = 'none');
|
$.on(this.group, "mouseleave", () => document.querySelector(`#${task_id}-highlight`).style.display = 'none');
|
||||||
|
|
||||||
|
|
||||||
$.on(this.group, "focus " + this.gantt.options.popup_trigger, (e) => {
|
$.on(this.group, "focus " + this.gantt.options.popup_trigger, () => {
|
||||||
this.gantt.trigger_event("click", [this.task]);
|
this.gantt.trigger_event("click", [this.task]);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
2
dist/frappe-gantt.js.map
vendored
2
dist/frappe-gantt.js.map
vendored
File diff suppressed because one or more lines are too long
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
2
dist/frappe-gantt.min.js.map
vendored
2
dist/frappe-gantt.min.js.map
vendored
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user