Skip to content

Commit

Permalink
Hide fab on no actions. Fixes #269 (#270)
Browse files Browse the repository at this point in the history
  • Loading branch information
brollb authored Jun 12, 2016
1 parent 7e2b83b commit b0ad46c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions config/components.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
"hotkeys": "none",
"LayerColors": {}
},
"FloatingActionButton": {
"hideOnEmpty": true
},
"GenericUIProjectNavigatorController": {
"rootMenuClass": "deepforge-logo",
"rootDisplayName": "DeepForge"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"webgme-breadcrumbheader": "^2.0.0",
"webgme-chflayout": "^2.0.0",
"webgme-easydag": "dfst/webgme-easydag",
"webgme-fab": "^2.0.2",
"webgme-fab": "dfst/webgme-fab",
"webgme-simple-nodes": "^2.0.0"
},
"devDependencies": {
Expand Down

0 comments on commit b0ad46c

Please sign in to comment.