We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b82bd12 commit 57d5de5Copy full SHA for 57d5de5
1 file changed
packages/plugin-tab/src/snippet.js
@@ -14,9 +14,7 @@ function addPanels() {
14
}
15
16
if (window.patternlab && window.patternlab.panels) {
17
- console.log('pl already ready');
18
addPanels();
19
} else {
20
- console.log('waiting for PL to be ready');
21
document.addEventListener('patternLab.pageLoad', addPanels);
22
0 commit comments