diff options
author | anika-ahluwalia <anika.ahluwalia@gmail.com> | 2020-07-25 10:27:27 -0500 |
---|---|---|
committer | anika-ahluwalia <anika.ahluwalia@gmail.com> | 2020-07-25 10:27:27 -0500 |
commit | 229e8ba914943da0d11dff00d14a8adae950d853 (patch) | |
tree | 06c61b071d3f554b225bb5ae77724834647a6af8 /src/client/views/MainView.tsx | |
parent | ee3d12fbf6306da958ae6546260921f5fee5553b (diff) |
exit button for properties
Diffstat (limited to 'src/client/views/MainView.tsx')
-rw-r--r-- | src/client/views/MainView.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/MainView.tsx b/src/client/views/MainView.tsx index c08717947..734b45dd0 100644 --- a/src/client/views/MainView.tsx +++ b/src/client/views/MainView.tsx @@ -621,6 +621,7 @@ export class MainView extends React.Component { height={this._panelHeight} renderDepth={1} ScreenToLocalTransform={Transform.Identity} + onDown={this.onDown} /> </div>; } |