diff options
author | monikahedman <monika_hedman@brown.edu> | 2019-08-15 16:44:57 -0400 |
---|---|---|
committer | monikahedman <monika_hedman@brown.edu> | 2019-08-15 16:44:57 -0400 |
commit | 7e4aacb09e8c80a3452ca24145b1f094170a897b (patch) | |
tree | 98e80a42185c90f00155c6246aea1cedbde7515e /src/client/views/MainOverlayTextBox.tsx | |
parent | c03db1feedd7fac944985894aa17709c4d7e3f5b (diff) |
cleaning up
Diffstat (limited to 'src/client/views/MainOverlayTextBox.tsx')
-rw-r--r-- | src/client/views/MainOverlayTextBox.tsx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/client/views/MainOverlayTextBox.tsx b/src/client/views/MainOverlayTextBox.tsx index f315b6d59..b14a1e0ea 100644 --- a/src/client/views/MainOverlayTextBox.tsx +++ b/src/client/views/MainOverlayTextBox.tsx @@ -60,20 +60,17 @@ export class MainOverlayTextBox extends React.Component<MainOverlayTextBoxProps> return new Transform(-sxf.translateX, -sxf.translateY, 1 / sxf.scale); }; this.setTextDoc(box.props.fieldKey, box.CurrentDiv, xf, BoolCast(box.props.Document.autoHeight, false) || box.props.height === "min-content"); - console.log("makin text doc?") } else { this.TextDoc = undefined; this.TextDataDoc = undefined; this.setTextDoc(); - console.log("deletin text doc?") } }); } @action private setTextDoc(textFieldKey?: string, div?: HTMLDivElement, tx?: () => Transform, autoHeight?: boolean) { - console.log("what is going on") if (this._textTargetDiv) { this._textTargetDiv.style.color = this._textColor; } |