diff options
author | Sam Wilkins <samwilkins333@gmail.com> | 2019-06-28 21:51:44 -0400 |
---|---|---|
committer | Sam Wilkins <samwilkins333@gmail.com> | 2019-06-28 21:51:44 -0400 |
commit | a446286326e04dc5c3958d157cc9120603d42b76 (patch) | |
tree | ea9f4b4b2da01a208bb52f0c1a04b8f3479e711c /src/client/views/MainOverlayTextBox.tsx | |
parent | f9ec2ee53e6d19d02f0a6706470e05ed563d08bf (diff) | |
parent | 6b9131637c242dafba429460f5d1bf2aa31e136f (diff) |
Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web
Diffstat (limited to 'src/client/views/MainOverlayTextBox.tsx')
-rw-r--r-- | src/client/views/MainOverlayTextBox.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/MainOverlayTextBox.tsx b/src/client/views/MainOverlayTextBox.tsx index 1933ab94b..d31319429 100644 --- a/src/client/views/MainOverlayTextBox.tsx +++ b/src/client/views/MainOverlayTextBox.tsx @@ -108,7 +108,7 @@ export class MainOverlayTextBox extends React.Component<MainOverlayTextBoxProps> document.removeEventListener('pointerup', this.textBoxUp); } - addDocTab = (doc: Doc, dataDoc: Doc, location: string) => { + addDocTab = (doc: Doc, dataDoc: Doc | undefined, location: string) => { if (true) { // location === "onRight") { need to figure out stack to add "inTab" CollectionDockingView.Instance.AddRightSplit(doc, dataDoc); } |