Added final touches

This commit is contained in:
MaxRobinsonTheGreat
2020-08-27 14:54:46 -06:00
parent eaffd06133
commit 80ed33113c
7 changed files with 38 additions and 39 deletions

View File

@@ -175,7 +175,7 @@ class ControlPanel {
$('.edit-mode-btn').click( function() {
$('#cell-selections').css('display', 'none');
$('#organism-options').css('display', 'none');
self.editor_controller.clearDetailsPanel();
self.editor_controller.setDetailsPanel();
switch(this.id){
case "food-drop":
self.setMode(Modes.FoodDrop);