chore: build

This commit is contained in:
Safwan Samsudeen 2024-04-26 16:56:24 +05:30
parent 86db2221ff
commit a72b75a2f1
4 changed files with 4 additions and 4 deletions

View File

@ -682,7 +682,7 @@ var Gantt = (function () {
$.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]);
});

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long