diff options
| author | Stanley Yip <33562077+yipstanley@users.noreply.github.com> | 2020-04-29 15:36:17 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-29 15:36:17 -0700 |
| commit | 7afb42395c730216fcdce77758edc9c54a273289 (patch) | |
| tree | 3f4209ed36f96ba4b55394ed092366de75a1f198 /src/client/views/nodes/formattedText/DashDocView.tsx | |
| parent | dfa9b765a2918e2e4613d57ac70370b2dc292726 (diff) | |
| parent | d66aaffc27405f4231a29cd6edda3477077ae946 (diff) | |
Merge branch 'master' into snapper
Diffstat (limited to 'src/client/views/nodes/formattedText/DashDocView.tsx')
| -rw-r--r-- | src/client/views/nodes/formattedText/DashDocView.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/nodes/formattedText/DashDocView.tsx b/src/client/views/nodes/formattedText/DashDocView.tsx index 9fe8fa320..7130fee2b 100644 --- a/src/client/views/nodes/formattedText/DashDocView.tsx +++ b/src/client/views/nodes/formattedText/DashDocView.tsx @@ -48,7 +48,7 @@ export class DashDocView extends React.Component<IDashDocView> { if (dashDocBase instanceof Doc) { const aliasedDoc = Doc.MakeAlias(dashDocBase, docid + alias); aliasedDoc.layoutKey = "layout"; - node.attrs.fieldKey && DocumentView.makeCustomViewClicked(aliasedDoc, Docs.Create.StackingDocument, node.attrs.fieldKey, undefined); + node.attrs.fieldKey && Doc.makeCustomViewClicked(aliasedDoc, Docs.Create.StackingDocument, node.attrs.fieldKey, undefined); this._dashDoc = aliasedDoc; // self.doRender(aliasedDoc, removeDoc, node, view, getPos); } |
