Skip to content

Commit

Permalink
Change default update_mode to "manual" in CodeExercise
Browse files Browse the repository at this point in the history
  • Loading branch information
agoscinski committed Nov 29, 2024
1 parent 40d7b0f commit c0f8f19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scwidgets/exercise/_widget_code_exercise.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def __init__(
parameters: Optional[
Union[Dict[str, Union[Check.FunInParamT, Widget]], ParameterPanel]
] = None,
update_mode: str = "release",
update_mode: str = "manual",
outputs: Union[None, Figure, CueOutput, List[CueOutput]] = None,
update_func: Optional[
Union[
Expand Down

0 comments on commit c0f8f19

Please sign in to comment.