diff options
| author | bob <bcz@cs.brown.edu> | 2020-01-29 13:54:27 -0500 |
|---|---|---|
| committer | bob <bcz@cs.brown.edu> | 2020-01-29 13:54:27 -0500 |
| commit | ac9492714eb9264b67d8033d8753fc6ed51b4e29 (patch) | |
| tree | a6b9c97a46451040904ad75ccde33ccceb2f0623 /src/client/util | |
| parent | 1801e65b9fb84070a65e74766782099e1fb6832b (diff) | |
ui cleanup for pivot viewer/chrome. error fixes. fixed layout of flyouts
Diffstat (limited to 'src/client/util')
| -rw-r--r-- | src/client/util/ClientUtils.ts.temp | 3 | ||||
| -rw-r--r-- | src/client/util/RichTextSchema.tsx | 2 |
2 files changed, 1 insertions, 4 deletions
diff --git a/src/client/util/ClientUtils.ts.temp b/src/client/util/ClientUtils.ts.temp deleted file mode 100644 index f9fad5ed9..000000000 --- a/src/client/util/ClientUtils.ts.temp +++ /dev/null @@ -1,3 +0,0 @@ -export namespace ClientUtils { - export const RELEASE = "mode"; -}
\ No newline at end of file diff --git a/src/client/util/RichTextSchema.tsx b/src/client/util/RichTextSchema.tsx index 8c9e5e263..f14e09a40 100644 --- a/src/client/util/RichTextSchema.tsx +++ b/src/client/util/RichTextSchema.tsx @@ -695,7 +695,7 @@ export class DashDocCommentView { e.stopPropagation(); }; this._collapsed.onpointerenter = (e: any) => { - DocServer.GetRefField(node.attrs.docid).then(async dashDoc => dashDoc instanceof Doc && Doc.linkFollowHighlight(dashDoc)); + DocServer.GetRefField(node.attrs.docid).then(async dashDoc => dashDoc instanceof Doc && Doc.linkFollowHighlight(dashDoc, false)); e.preventDefault(); e.stopPropagation(); }; |
