aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2023-11-30 21:03:01 -0500
committerbobzel <zzzman@gmail.com>2023-11-30 21:03:01 -0500
commit0e9f8ceceeca5bca7888cb611afb4d2b9963d5ae (patch)
treeb7fc124a6fd690e21404e945aaca1863aa30eb76 /src
parent50e770e42bd036d092f3c774921be87045dcd1ef (diff)
from last
Diffstat (limited to 'src')
-rw-r--r--src/client/views/nodes/DocumentView.tsx3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/client/views/nodes/DocumentView.tsx b/src/client/views/nodes/DocumentView.tsx
index 81f1a4f03..b21b22cd2 100644
--- a/src/client/views/nodes/DocumentView.tsx
+++ b/src/client/views/nodes/DocumentView.tsx
@@ -1427,9 +1427,6 @@ export class DocumentView extends React.Component<DocumentViewProps> {
get topMost() {
return this.props.renderDepth === 0;
}
- get Document() {
- return this.Document;
- }
get dataDoc() {
return this.docView?.dataDoc ?? this.Document;
}