diff options
author | Geireann <60007097+geireann@users.noreply.github.com> | 2022-02-15 16:31:35 -0500 |
---|---|---|
committer | Geireann <60007097+geireann@users.noreply.github.com> | 2022-02-15 16:31:35 -0500 |
commit | a0365450297aa96bcc514114413fb983a34226f9 (patch) | |
tree | beb2df0508b905825c6654d3c6d5d2ac7434f89c /src | |
parent | 207217ae25f9b154506f39068a778eb49b826527 (diff) |
more comments
Diffstat (limited to 'src')
-rw-r--r-- | src/client/views/collections/CollectionStackingView.tsx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/client/views/collections/CollectionStackingView.tsx b/src/client/views/collections/CollectionStackingView.tsx index 70471d0d8..419b9a943 100644 --- a/src/client/views/collections/CollectionStackingView.tsx +++ b/src/client/views/collections/CollectionStackingView.tsx @@ -80,6 +80,7 @@ export class CollectionStackingView extends CollectionSubView<StackingDocument, } } + // TODO: plj - these are the children children = (docs: Doc[]) => { TraceMobx(); this._docXfs.length = 0; @@ -338,6 +339,7 @@ export class CollectionStackingView extends CollectionSubView<StackingDocument, </div>; } + // TODO: plj @action onPointerOver = (e: React.PointerEvent) => { if (DragManager.docsBeingDragged.length){ @@ -345,6 +347,7 @@ export class CollectionStackingView extends CollectionSubView<StackingDocument, } } + // TODO: plj - look at this @undoBatch @action onInternalDrop = (e: Event, de: DragManager.DropEvent) => { |