aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/DocumentDecorations.tsx
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2020-08-05 13:01:52 -0400
committerbobzel <zzzman@gmail.com>2020-08-05 13:01:52 -0400
commitffa36a87eb1093883dcc80128b08d24d2440f75a (patch)
tree514141930818712091b4016b140490beb4d261ef /src/client/views/DocumentDecorations.tsx
parentaebfc10f1cb26e8db850611170db88dbbd88136f (diff)
fixed perfectly horizontal/vertical lines to display. make InkFields script editable.
Diffstat (limited to 'src/client/views/DocumentDecorations.tsx')
-rw-r--r--src/client/views/DocumentDecorations.tsx2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/client/views/DocumentDecorations.tsx b/src/client/views/DocumentDecorations.tsx
index 1ae7d6617..005df6fe0 100644
--- a/src/client/views/DocumentDecorations.tsx
+++ b/src/client/views/DocumentDecorations.tsx
@@ -68,8 +68,6 @@ export class DocumentDecorations extends React.Component<{}, { value: string }>
private _prevY = 0;
private _centerPoints: { X: number, Y: number }[] = [];
private _inkDocs: { x: number, y: number, width: number, height: number }[] = [];
- private _natWid = 0;
- private _natHei = 0;
@observable private _accumulatedTitle = "";
@observable private _titleControlString: string = "#title";