From 2e5edae8a2b09cb7f112d4d3a56f3b1dca701af6 Mon Sep 17 00:00:00 2001 From: Joren l'Ami Date: Thu, 1 Sep 2022 11:26:28 +0200 Subject: [PATCH] Added elementEnteredCounter to allow extra elements inside. And tracked is not needed for the counters, since they are not used in templates --- addon/components/file-drop-zone.ts | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/addon/components/file-drop-zone.ts b/addon/components/file-drop-zone.ts index 1dcedab..a28f856 100644 --- a/addon/components/file-drop-zone.ts +++ b/addon/components/file-drop-zone.ts @@ -13,7 +13,8 @@ export default class FileDropZoneComponent extends Component