From ba318235a903b766231356f79b51fad536f09482 Mon Sep 17 00:00:00 2001 From: Marko Zunic Date: Tue, 2 Jun 2020 14:20:56 +0200 Subject: [PATCH] HTML content can be dropped on g-gantt-rows now. The drop event returns the native event, the bar dropped on and the time dropped on --- src/GGanttRow.vue | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/src/GGanttRow.vue b/src/GGanttRow.vue index be95cc8..331990d 100644 --- a/src/GGanttRow.vue +++ b/src/GGanttRow.vue @@ -3,6 +3,7 @@ class="g-gantt-row" ref="g-gantt-row" :style="{height: `${$parent.rowHeight}px`}" + v-on="$listeners" >
@@ -42,6 +45,7 @@