We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67359b7 commit 55bcbf7Copy full SHA for 55bcbf7
data/desktop/tooltips.md
@@ -194,7 +194,7 @@ gantt.ext.tooltips.detach(`[${gantt.config.task_attribute}]:not(.gantt_task_row)
194
~~~js
195
gantt.ext.tooltips.tooltipFor({
196
selector: `.gantt_grid [${gantt.config.task_attribute}]`,
197
- html: (event: MouseEvent) => {
+ html: (event) => {
198
if (gantt.config.touch && !gantt.config.touch_tooltip) {
199
return;
200
}
0 commit comments