diff options
author | bob <bcz@cs.brown.edu> | 2019-02-27 14:32:56 -0500 |
---|---|---|
committer | bob <bcz@cs.brown.edu> | 2019-02-27 14:32:56 -0500 |
commit | 42b2b9df4e502986d630df40e12f78d7fa54667b (patch) | |
tree | 4a1bc328f7a7a037c0de0f672685b35973722901 /src/client/views/nodes/ImageBox.tsx | |
parent | 498f915675c1a7e6a3c3b332a2ecc77222bb4785 (diff) | |
parent | 7fb76d3609a012e5cb6342872b66993771696996 (diff) |
merged with master. fixed select on load.
Diffstat (limited to 'src/client/views/nodes/ImageBox.tsx')
-rw-r--r-- | src/client/views/nodes/ImageBox.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/views/nodes/ImageBox.tsx b/src/client/views/nodes/ImageBox.tsx index 4fe73fb8d..e206bf8d5 100644 --- a/src/client/views/nodes/ImageBox.tsx +++ b/src/client/views/nodes/ImageBox.tsx @@ -9,7 +9,6 @@ import { FieldWaiting } from '../../../fields/Field'; import { observer } from "mobx-react" import { observable, action } from 'mobx'; import { KeyStore } from '../../../fields/KeyStore'; -import { element } from 'prop-types'; @observer export class ImageBox extends React.Component<FieldViewProps> { |