aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/MainOverlayTextBox.tsx
diff options
context:
space:
mode:
authormonikahedman <monika_hedman@brown.edu>2019-08-15 16:44:57 -0400
committermonikahedman <monika_hedman@brown.edu>2019-08-15 16:44:57 -0400
commit7e4aacb09e8c80a3452ca24145b1f094170a897b (patch)
tree98e80a42185c90f00155c6246aea1cedbde7515e /src/client/views/MainOverlayTextBox.tsx
parentc03db1feedd7fac944985894aa17709c4d7e3f5b (diff)
cleaning up
Diffstat (limited to 'src/client/views/MainOverlayTextBox.tsx')
-rw-r--r--src/client/views/MainOverlayTextBox.tsx3
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;
}