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 1be4c67 commit a6b5a25Copy full SHA for a6b5a25
template/object-auto-expand.js
@@ -4,7 +4,6 @@
4
5
const main = () => {
6
const EXPANDED_CLASS = `preview-head-expanded-${rnd()}`;
7
- debugger
8
const observer = new MutationObserver(() => {
9
const expandButtons = [...document.querySelectorAll('button[type=button] > span')]
10
.filter((el) => el.innerHTML === 'RAW')
0 commit comments