aboutsummaryrefslogtreecommitdiff
path: root/src/client/util/DragManager.ts
diff options
context:
space:
mode:
authorNathan-SR <144961007+Nathan-SR@users.noreply.github.com>2024-04-24 05:56:13 -0400
committerNathan-SR <144961007+Nathan-SR@users.noreply.github.com>2024-04-24 05:56:13 -0400
commit44b1b4f68a1385980b4f5fa6fbd6ffe6fb018fda (patch)
tree544d41c4ab515f403b4e9b990edb029b3ca8f8eb /src/client/util/DragManager.ts
parentd25beeb937bd6fa82cbf08e8289be6fbf22aec19 (diff)
what broke
Diffstat (limited to 'src/client/util/DragManager.ts')
-rw-r--r--src/client/util/DragManager.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/util/DragManager.ts b/src/client/util/DragManager.ts
index aa0f77c72..7d7baa25d 100644
--- a/src/client/util/DragManager.ts
+++ b/src/client/util/DragManager.ts
@@ -177,6 +177,7 @@ export namespace DragManager {
constructor(colIndex: number) {
this.colIndex = colIndex;
}
+
colIndex: number;
}
// used by PDFs,Text,Image,Video,Web to conditionally (if the drop completes) create a text annotation when dragging the annotate button from the AnchorMenu when a text/region selection has been made.