Skip to content

Commit be4ac7c

Browse files
committed
add hidden=True to clientside callbacks
1 parent 8804571 commit be4ac7c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dash/_callback.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -854,6 +854,7 @@ def register_clientside_callback(
854854
None,
855855
prevent_initial_call,
856856
no_output=no_output,
857+
hidden=True,
857858
)
858859

859860
# If JS source is explicitly given, create a namespace and function

0 commit comments

Comments
 (0)