Skip to content

Commit

Permalink
fix: Ensure space and plots subcomponents are not unnecessarily reren…
Browse files Browse the repository at this point in the history
…dered

Fixes projectmesa#1867.
  • Loading branch information
rht committed Nov 8, 2023
1 parent 8e901d3 commit 9eaf5e7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mesa/experimental/jupyter_viz.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ def make_model():
def handle_change_model_params(name: str, value: any):
set_model_parameters({**model_parameters, name: value})

@solara.component
def ColorCard(color, layout_type):
with rv.Card(
style_=f"background-color: {color}; width: 100%; height: 100%"
Expand Down

0 comments on commit 9eaf5e7

Please sign in to comment.