diff options
author | bob <bcz@cs.brown.edu> | 2020-01-24 11:01:54 -0500 |
---|---|---|
committer | bob <bcz@cs.brown.edu> | 2020-01-24 11:01:54 -0500 |
commit | 09c04577d23cbc15a4f408611bca71f42a565bd5 (patch) | |
tree | 44d8d630a9ad179298d1a89a7e16a82c8ce99ba5 /src/client/views/nodes/DocumentContentsView.tsx | |
parent | 1d97f165631fd11570527b9123befeaab43e0b64 (diff) |
fixes for annotations
Diffstat (limited to 'src/client/views/nodes/DocumentContentsView.tsx')
-rw-r--r-- | src/client/views/nodes/DocumentContentsView.tsx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/client/views/nodes/DocumentContentsView.tsx b/src/client/views/nodes/DocumentContentsView.tsx index b9f601a9a..42cf7cca3 100644 --- a/src/client/views/nodes/DocumentContentsView.tsx +++ b/src/client/views/nodes/DocumentContentsView.tsx @@ -54,9 +54,7 @@ const ObserverJsxParser: typeof JsxParser = ObserverJsxParser1 as any; export class DocumentContentsView extends React.Component<DocumentViewProps & { isSelected: (outsideReaction: boolean) => boolean, select: (ctrl: boolean) => void, - onClick?: ScriptField, layoutKey: string, - hideOnLeave?: boolean }> { @computed get layout(): string { TraceMobx(); |