aboutsummaryrefslogtreecommitdiff
path: root/src/views/nodes/TextNodeView.tsx
diff options
context:
space:
mode:
authorbob <bcz@cs.brown.edu>2019-01-28 16:47:04 -0500
committerbob <bcz@cs.brown.edu>2019-01-28 16:47:04 -0500
commit832297c980e8de78ead9cba85dad4d46bdd32b88 (patch)
tree9856f5dd1f853bf0ac120aa82bc7f03d0b6411ad /src/views/nodes/TextNodeView.tsx
parent738d9fae678aa151d0ebb29ec4dbe62b18cd50f3 (diff)
fixed selecting text in fieldTextBox
Diffstat (limited to 'src/views/nodes/TextNodeView.tsx')
-rw-r--r--src/views/nodes/TextNodeView.tsx8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/views/nodes/TextNodeView.tsx b/src/views/nodes/TextNodeView.tsx
index 4831e658c..ab762df12 100644
--- a/src/views/nodes/TextNodeView.tsx
+++ b/src/views/nodes/TextNodeView.tsx
@@ -1,7 +1,7 @@
-import { observer } from "mobx-react";
-import { StaticTextNodeStore } from "../../stores/StaticTextNodeStore";
+import {observer} from "mobx-react";
+import {StaticTextNodeStore} from "../../stores/StaticTextNodeStore";
import "./NodeView.scss";
-import { TopBar } from "./TopBar";
+import {TopBar} from "./TopBar";
import React = require("react");
interface IProps {
@@ -14,7 +14,7 @@ export class TextNodeView extends React.Component<IProps> {
render() {
let store = this.props.store;
return (
- <div className="node text-node" style={{ transform: store.Transform }}>
+ <div className="node text-node" style={{transform: store.Transform}}>
<TopBar store={store} />
<div className="scroll-box">
<div className="content">