diff options
author | yipstanley <stanley_yip@brown.edu> | 2019-09-07 15:59:08 -0400 |
---|---|---|
committer | yipstanley <stanley_yip@brown.edu> | 2019-09-07 15:59:08 -0400 |
commit | a33974ee08e9520cb798ba97028c9b7ddcd787be (patch) | |
tree | 60f8681fd44ca5bb9ad61030ee9ffb4baccc6035 /src/client/views/MainOverlayTextBox.tsx | |
parent | 280675c94b482147bbc81fdd317de6184b33f4e3 (diff) | |
parent | af34c087bf3226c09a657959cc14fc4ae291feb0 (diff) |
Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web
Diffstat (limited to 'src/client/views/MainOverlayTextBox.tsx')
-rw-r--r-- | src/client/views/MainOverlayTextBox.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/views/MainOverlayTextBox.tsx b/src/client/views/MainOverlayTextBox.tsx index 27e0d181f..c3a2cb214 100644 --- a/src/client/views/MainOverlayTextBox.tsx +++ b/src/client/views/MainOverlayTextBox.tsx @@ -25,7 +25,6 @@ export class MainOverlayTextBox extends React.Component<MainOverlayTextBoxProps> private _textTargetDiv: HTMLDivElement | undefined; private _textProxyDiv: React.RefObject<HTMLDivElement>; private _textBottom: boolean | undefined; - private _textAutoHeight: boolean | undefined; private _setouterdiv = (outerdiv: HTMLElement | null) => { this._outerdiv = outerdiv; this.updateTooltip(); }; private _outerdiv: HTMLElement | null = null; private _textBox: FormattedTextBox | undefined; |