aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/trails/PresElementBox.tsx
diff options
context:
space:
mode:
authorGeireann <60007097+geireann@users.noreply.github.com>2022-02-15 13:41:48 -0500
committerGeireann <60007097+geireann@users.noreply.github.com>2022-02-15 13:41:48 -0500
commit7d5974c871fd50ed521ff8edd624c2c252553444 (patch)
tree34a5ad57b528d07f5131c92059dc1fb3c9a7140f /src/client/views/nodes/trails/PresElementBox.tsx
parent3405850fb254eb3de71e3c77f3f998edafe6a81f (diff)
fixed broken import
Diffstat (limited to 'src/client/views/nodes/trails/PresElementBox.tsx')
-rw-r--r--src/client/views/nodes/trails/PresElementBox.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/nodes/trails/PresElementBox.tsx b/src/client/views/nodes/trails/PresElementBox.tsx
index 238d025dc..04162dd91 100644
--- a/src/client/views/nodes/trails/PresElementBox.tsx
+++ b/src/client/views/nodes/trails/PresElementBox.tsx
@@ -167,6 +167,7 @@ export class PresElementBox extends ViewBoxBaseComponent<FieldViewProps, PresDoc
}
/**
+ * TODO: glr, pj - factor this logic into collectionStackingView
* Function to drag and drop the pres element to a diferent location
*/
startDrag = (e: PointerEvent) => {