diff options
author | anika-ahluwalia <anika.ahluwalia@gmail.com> | 2020-08-03 11:03:43 -0500 |
---|---|---|
committer | anika-ahluwalia <anika.ahluwalia@gmail.com> | 2020-08-03 11:03:43 -0500 |
commit | 19f963aef35237245418f94595ca519d254bcffe (patch) | |
tree | b80480b7b59846e44c5d9815a432c63d8fa8b6d4 /src/client/views/MainView.tsx | |
parent | 23591a0dec82ca7c0fcb3a09c617c031dd2a9218 (diff) |
minor tweeks
Diffstat (limited to 'src/client/views/MainView.tsx')
-rw-r--r-- | src/client/views/MainView.tsx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client/views/MainView.tsx b/src/client/views/MainView.tsx index a5dbc0627..d17b0bd32 100644 --- a/src/client/views/MainView.tsx +++ b/src/client/views/MainView.tsx @@ -481,6 +481,8 @@ export class MainView extends React.Component { @action @undoBatch closeFlyout = () => { + // this._lastButton && (this._lastButton.color = "white"); + // this._lastButton && (this._lastButton._backgroundColor = ""); this.panelContent = "none"; this.flyoutWidth = 0; } |