aboutsummaryrefslogtreecommitdiff
path: root/src/client/util/DropConverter.ts
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2024-03-06 13:29:30 -0500
committerbobzel <zzzman@gmail.com>2024-03-06 13:29:30 -0500
commit5458574510fcda755ae23b4001e17efa799865a5 (patch)
tree597529cac155f9494f73cd6f1d32374e6fea8d53 /src/client/util/DropConverter.ts
parentbd9170eaa21a2fbccd0912f50d40cefaf0bbe47f (diff)
fixed plotly/mermaids loading from a new account
Diffstat (limited to 'src/client/util/DropConverter.ts')
-rw-r--r--src/client/util/DropConverter.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/util/DropConverter.ts b/src/client/util/DropConverter.ts
index 54066d267..ba981145d 100644
--- a/src/client/util/DropConverter.ts
+++ b/src/client/util/DropConverter.ts
@@ -73,7 +73,6 @@ export function convertDropDataToButtons(data: DragManager.DocumentDragData) {
_nativeHeight: 100,
_width: 100,
_height: 100,
- _layout_hideContextMenu: true,
backgroundColor: StrCast(doc.backgroundColor),
title: StrCast(layoutDoc.title),
btnType: ButtonType.ClickButton,