We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c09bbe commit 75f2f57Copy full SHA for 75f2f57
1 file changed
assets/js/docs.js
@@ -443,9 +443,11 @@
443
'source': source,
444
'theme': 'atom-light-syntax',
445
'onLoad': function(notebook) {
446
- var iframe = parent.lastElementChild
447
- iframe.style.cssText = 'height:' + iframe.style.height
448
- iframe.classList.add('repl')
+ if (!RunKit.version) {
+ var iframe = parent.lastElementChild
+ iframe.style.cssText = 'height:' + iframe.style.height
449
+ iframe.classList.add('repl')
450
+ }
451
notebook.evaluate()
452
}
453
})
0 commit comments