From 6c818e5c306a49bcf2324e0537640de6f06c8da3 Mon Sep 17 00:00:00 2001 From: chfhtw Date: Wed, 22 Apr 2026 11:01:58 +0200 Subject: [PATCH] add dragClick to the additionalRow button --- public/js/components/Dashboard/Section.js | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/public/js/components/Dashboard/Section.js b/public/js/components/Dashboard/Section.js index 27556afcd..4f83436e3 100644 --- a/public/js/components/Dashboard/Section.js +++ b/public/js/components/Dashboard/Section.js @@ -3,6 +3,8 @@ import DropGrid from '../Drop/Grid.js' import DashboardItem from "./Item.js"; import WidgetIcon from "./Widget/WidgetIcon.js" +import dragClick from '../../directives/dragClick.js'; + import ObjectUtils from "../../helpers/ObjectUtils.js"; export default { @@ -12,6 +14,9 @@ export default { DashboardItem, WidgetIcon, }, + directives: { + dragClick + }, inject: { widgetsSetup: { type: Array, @@ -218,8 +223,9 @@ export default {