Skip to content

Commit 55bcbf7

Browse files
committed
[update] html template in customization of tooltip behavior section
1 parent 67359b7 commit 55bcbf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data/desktop/tooltips.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ gantt.ext.tooltips.detach(`[${gantt.config.task_attribute}]:not(.gantt_task_row)
194194
~~~js
195195
gantt.ext.tooltips.tooltipFor({
196196
selector: `.gantt_grid [${gantt.config.task_attribute}]`,
197-
html: (event: MouseEvent) => {
197+
html: (event) => {
198198
if (gantt.config.touch && !gantt.config.touch_tooltip) {
199199
return;
200200
}

0 commit comments

Comments
 (0)