Skip to content

Commit 1d182b9

Browse files
committed
Change default update_mode to manual
1 parent cbb2d6b commit 1d182b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scwidgets/exercise/_widget_code_exercise.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ def __init__(
6464
parameters: Optional[
6565
Union[Dict[str, Union[Check.FunInParamT, Widget]], ParameterPanel]
6666
] = None,
67-
update_mode: str = "release",
67+
update_mode: str = "manual",
6868
cue_outputs: Union[None, CueOutput, List[CueOutput]] = None,
6969
update_func: Optional[
7070
Callable[[CodeExercise], Union[Any, Check.FunOutParamsT]]

0 commit comments

Comments
 (0)