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 36a95ba commit dc777d9Copy full SHA for dc777d9
1 file changed
dash/_callback.py
@@ -255,6 +255,7 @@ def clientside_callback(clientside_function: ClientsideFuncType, *args, **kwargs
255
GLOBAL_CALLBACK_LIST,
256
GLOBAL_CALLBACK_MAP,
257
False,
258
+ False,
259
GLOBAL_INLINE_SCRIPTS,
260
clientside_function,
261
*args,
0 commit comments