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 5ce3912 commit 7537988Copy full SHA for 7537988
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