diff options
| author | usodhi <61431818+usodhi@users.noreply.github.com> | 2020-07-30 18:33:48 +0530 |
|---|---|---|
| committer | usodhi <61431818+usodhi@users.noreply.github.com> | 2020-07-30 18:33:48 +0530 |
| commit | 8b963a68f3e14046679bb2037f0970b017ddcb05 (patch) | |
| tree | 91a51eb213cfca2c505235a5c4f0b5a4dd01040c /src/client/views/nodes/DocumentView.tsx | |
| parent | 611f848ff4f7b958dc913d33dd1b760ca9474c44 (diff) | |
| parent | 140f25e109a0e6701bd652a54c1574628c220c90 (diff) | |
Merge branch 'menu_restructure' of https://github.com/browngraphicslab/Dash-Web into menu_restructure
Diffstat (limited to 'src/client/views/nodes/DocumentView.tsx')
| -rw-r--r-- | src/client/views/nodes/DocumentView.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/nodes/DocumentView.tsx b/src/client/views/nodes/DocumentView.tsx index f5ae9349a..6693407a1 100644 --- a/src/client/views/nodes/DocumentView.tsx +++ b/src/client/views/nodes/DocumentView.tsx @@ -844,6 +844,7 @@ export class DocumentView extends DocComponent<DocumentViewProps, Document>(Docu ChromeHeight={this.chromeHeight} isSelected={this.isSelected} select={this.select} + scriptContext={this.props.scriptContext} onClick={this.onClickFunc} layoutKey={this.finalLayoutKey} /> {this.layoutDoc.hideAllLinks ? (null) : this.allAnchors} |
