diff options
author | Bob Zeleznik <zzzman@gmail.com> | 2020-03-19 15:53:07 -0400 |
---|---|---|
committer | Bob Zeleznik <zzzman@gmail.com> | 2020-03-19 15:53:07 -0400 |
commit | 61e12f2e08ed0c0e47b82456b75c441b7278cdd6 (patch) | |
tree | 5ec7146401c075fb607939b62c35cc58db7a660b /src/client/views/nodes/FieldView.tsx | |
parent | affc5b961dac36bd2486ec45fceaaf69eb4afc63 (diff) |
fixed buttons on screenshotbox. added 'place' option to dragDrop to drop the original document without moving it. switched to passing childDropAction as a prop
Diffstat (limited to 'src/client/views/nodes/FieldView.tsx')
-rw-r--r-- | src/client/views/nodes/FieldView.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/nodes/FieldView.tsx b/src/client/views/nodes/FieldView.tsx index d030d1f4d..6619330a1 100644 --- a/src/client/views/nodes/FieldView.tsx +++ b/src/client/views/nodes/FieldView.tsx @@ -25,6 +25,7 @@ export interface FieldViewProps { DataDoc?: Doc; LibraryPath: Doc[]; onClick?: ScriptField; + dropAction: dropAction; isSelected: (outsideReaction?: boolean) => boolean; select: (isCtrlPressed: boolean) => void; renderDepth: number; |