Skip to content

Commit

Permalink
fix toggle
Browse files Browse the repository at this point in the history
  • Loading branch information
ali322 committed Jun 22, 2021
1 parent 824b59d commit 6cafaa7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nva-client",
"version": "1.2.9",
"version": "1.2.10",
"description": "gui client form nva",
"main": "dist/main/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion renderer/scene/index/workbench/project.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ export default class Project extends React.Component<any, any> {
<div className="d-flex justify-content-center align-items-center pl-32">
<div className="text-xl pr-2">{name}</div>
</div>
<button onClick={toggleDrawer} className="outline-0 pl-8 pt-4 border-0 bg-transparent line-height-25 cursor-pointer">
<button disabled={running} onClick={toggleDrawer} className="outline-0 pl-8 pt-4 border-0 bg-transparent line-height-25 cursor-pointer">
<Icon type="arrow-dropdown"></Icon>
</button>
<div className="flex-1 text-left pl-12">
Expand Down

0 comments on commit 6cafaa7

Please sign in to comment.