We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbb2d6b commit 1d182b9Copy full SHA for 1d182b9
src/scwidgets/exercise/_widget_code_exercise.py
@@ -64,7 +64,7 @@ def __init__(
64
parameters: Optional[
65
Union[Dict[str, Union[Check.FunInParamT, Widget]], ParameterPanel]
66
] = None,
67
- update_mode: str = "release",
+ update_mode: str = "manual",
68
cue_outputs: Union[None, CueOutput, List[CueOutput]] = None,
69
update_func: Optional[
70
Callable[[CodeExercise], Union[Any, Check.FunOutParamsT]]
0 commit comments