Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions dash/_callback.py
Original file line number Diff line number Diff line change
Expand Up @@ -854,6 +854,7 @@ def register_clientside_callback(
None,
prevent_initial_call,
no_output=no_output,
hidden=True,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't quite understand why it is mandatory to set it to True here.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh right, it should be taken from the args, not hide all the clientside callbacks

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

)

# If JS source is explicitly given, create a namespace and function
Expand Down
Loading