aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/EquationBox.tsx
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2021-03-04 20:22:00 -0500
committerbobzel <zzzman@gmail.com>2021-03-04 20:22:00 -0500
commit47e0c97b04a67b3bad1f2c789145a92ba7069f1e (patch)
tree2ebc643fb534407a8f595b2f0ab1d1e851c32a0e /src/client/views/nodes/EquationBox.tsx
parent454f004e7249c78696fa7085fcf10c59ab8e327a (diff)
fixed scrolling of web pages and fitwidth for web pages.
Diffstat (limited to 'src/client/views/nodes/EquationBox.tsx')
-rw-r--r--src/client/views/nodes/EquationBox.tsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/views/nodes/EquationBox.tsx b/src/client/views/nodes/EquationBox.tsx
index a8c5430a9..64e1e9c72 100644
--- a/src/client/views/nodes/EquationBox.tsx
+++ b/src/client/views/nodes/EquationBox.tsx
@@ -84,7 +84,6 @@ export class EquationBox extends ViewBoxBaseComponent<FieldViewProps, EquationDo
}
render() {
TraceMobx();
- console.log("eqn" + this.dataDoc.text)
return (<div onPointerDown={e => !e.ctrlKey && e.stopPropagation()}
style={{
pointerEvents: !this.props.isSelected() ? "none" : undefined,