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 0769cc1 commit f9bd5d4Copy full SHA for f9bd5d4
templates/development.php
@@ -255,8 +255,6 @@ class="copy-clipboard"
255
// toggle code block visibility
256
stackItem.querySelector('.show-arguments-toggle')?.addEventListener('click', function (e) {
257
e.stopPropagation()
258
- console.log('click')
259
- // function-arguments-wrap
260
261
stackItem.getElementsByClassName('function-arguments-wrap')[0].classList.toggle('hidden')
262
});
@@ -266,8 +264,8 @@ class="copy-clipboard"
266
264
arguments?.addEventListener('select', function (e) {
267
265
268
e.stopImmediatePropagation()
269
-
270
})
+
271
arguments?.addEventListener('click', function (e) {
272
273
// stop click event on selecting text
0 commit comments