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 202199b commit 88a8d21Copy full SHA for 88a8d21
src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/base_js.html.twig
@@ -75,7 +75,7 @@
75
}
76
77
tab.addEventListener('click', function(e) {
78
- const activeTab = e.target || e.srcElement;
+ let activeTab = e.target || e.srcElement;
79
80
/* needed because when the tab contains HTML contents, user can click */
81
/* on any of those elements instead of their parent '<button>' element */
0 commit comments