diff options
author | bobzel <zzzman@gmail.com> | 2021-08-26 14:57:23 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2021-08-26 14:57:23 -0400 |
commit | d4143fcd43c31999761e47536a01a7e2427ae891 (patch) | |
tree | 518b434d48db0169c6468992dc3cf4efb3c3c9ef /src/client/documents/Documents.ts | |
parent | df306cd0f25735747c6124a9a958f8118531fcfd (diff) | |
parent | 563eee276316097d11d0c3bc13b6917610053e4f (diff) |
Merge branch 'menu_updates_geireann' of https://github.com/brown-dash/Dash-Web into menu_updates_geireann
Diffstat (limited to 'src/client/documents/Documents.ts')
-rw-r--r-- | src/client/documents/Documents.ts | 2 |
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" }); |