diff options
author | bobzel <zzzman@gmail.com> | 2020-08-29 17:58:32 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2020-08-29 17:58:32 -0400 |
commit | 51f9da2bb6529c102c300a1ceb4ccd23065a76fc (patch) | |
tree | 21302dfcd859edc235f77e31f01a3a12192f0b6b /src/client/views/PropertiesButtons.tsx | |
parent | 442572a66aaa6b50d8d01d46d79b7d6cf2f247a8 (diff) |
split out TabDocView from CollectionDockingView (where it had been called DockedFrameRenderer)
Diffstat (limited to 'src/client/views/PropertiesButtons.tsx')
-rw-r--r-- | src/client/views/PropertiesButtons.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/PropertiesButtons.tsx b/src/client/views/PropertiesButtons.tsx index 6ac6571d3..dcd3d47cf 100644 --- a/src/client/views/PropertiesButtons.tsx +++ b/src/client/views/PropertiesButtons.tsx @@ -160,7 +160,7 @@ export class PropertiesButtons extends React.Component<{}, {}> { googleDoc = Docs.Create.WebDocument(googleDocUrl, options); dataDoc.googleDoc = googleDoc; } - CollectionDockingView.AddRight(googleDoc, "right"); + CollectionDockingView.AddSplit(googleDoc, "right"); } else if (e.altKey) { e.preventDefault(); window.open(googleDocUrl); |