diff options
author | Bob Zeleznik <zzzman@gmail.com> | 2019-02-25 01:56:29 -0500 |
---|---|---|
committer | Bob Zeleznik <zzzman@gmail.com> | 2019-02-25 01:56:29 -0500 |
commit | e57c8ed3944bf737afdb2f564d159a53f8a6b1c6 (patch) | |
tree | 27815de79de7df04a16b4bbcc6eb7d12841e8897 /src/client/views/collections/CollectionFreeFormView.tsx | |
parent | d9d55e422826da1fe87aa7973c92e54bc0c99f02 (diff) |
more css cleanup
Diffstat (limited to 'src/client/views/collections/CollectionFreeFormView.tsx')
-rw-r--r-- | src/client/views/collections/CollectionFreeFormView.tsx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/client/views/collections/CollectionFreeFormView.tsx b/src/client/views/collections/CollectionFreeFormView.tsx index cb6668634..c40da6eaa 100644 --- a/src/client/views/collections/CollectionFreeFormView.tsx +++ b/src/client/views/collections/CollectionFreeFormView.tsx @@ -217,12 +217,6 @@ export class CollectionFreeFormView extends CollectionViewBase { render() { const panx: number = this.props.Document.GetNumber(KeyStore.PanX, 0); const pany: number = this.props.Document.GetNumber(KeyStore.PanY, 0); - var overlay = this.overlayView ? - <div style={{ position: "absolute", width: "100%", height: "100%" }}> - {this.overlayView} - </div> - : - (null); return ( <div className="collectionfreeformview-container" onPointerDown={this.onPointerDown} |