Skip to content
This repository was archived by the owner on Jun 4, 2024. It is now read-only.

Commit 03ed130

Browse files
authored
determine which element was clicked (#45)
1 parent 948787c commit 03ed130

File tree

140 files changed

+4929
-2663
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

140 files changed

+4929
-2663
lines changed

dash_html_components/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77

88
from .version import __version__
99

10+
1011
if not hasattr(_dash, 'development'):
1112
print("Dash was not successfully imported. Make sure you don't have a file "
1213
"named \n'dash.py' in your current directory.", file=_sys.stderr)

dash_html_components/bundle.js

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)