Skip to content

Commit

Permalink
Ensure Perspective is fully loaded before attempting render (#6689)
Browse files Browse the repository at this point in the history
  • Loading branch information
philippjfr committed Apr 8, 2024
1 parent 94b8f51 commit 671dc80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion panel/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -683,7 +683,7 @@ class panel_extension(_pyviz_extension):
'gridstack': ['GridStack'],
'katex': ['katex'],
'mathjax': ['MathJax'],
'perspective': ['perspective'],
'perspective': ['perspective.worker'],
'plotly': ['Plotly'],
'tabulator': ['Tabulator'],
'terminal': ['Terminal', 'xtermjs'],
Expand Down

0 comments on commit 671dc80

Please sign in to comment.