aboutsummaryrefslogtreecommitdiff
path: root/src/client/documents/Documents.ts
diff options
context:
space:
mode:
authorgeireann <geireann.lindfield@gmail.com>2021-08-26 13:49:18 -0400
committergeireann <geireann.lindfield@gmail.com>2021-08-26 13:49:18 -0400
commit563eee276316097d11d0c3bc13b6917610053e4f (patch)
treed5cf54f4acfbf64bbd18585f3e303d1c8f2ec05b /src/client/documents/Documents.ts
parent702ba59ac0235e24121ffff9fcca7c35717867ab (diff)
changes
Diffstat (limited to 'src/client/documents/Documents.ts')
-rw-r--r--src/client/documents/Documents.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/documents/Documents.ts b/src/client/documents/Documents.ts
index 8ef31362c..007262f9c 100644
--- a/src/client/documents/Documents.ts
+++ b/src/client/documents/Documents.ts
@@ -1196,7 +1196,7 @@ export namespace DocUtils {
docAdder?.(newDoc);
}
}),
- icon: Doc.toIcon(Cast(dragDoc.type, Doc, null)),
+ icon: Doc.toIcon(dragDoc),
})) as ContextMenuProps[],
icon: "eye"
});