We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71621e5 commit d0df17bCopy full SHA for d0df17b
live-view/live-view.js
@@ -385,8 +385,7 @@ function addBottomSwipeListener() {
385
386
function updateLiveViewArrow() {
387
388
- if (selectedFile.lang == 'html' || selectedFile.lang == 'markup'
389
- || selectedFile.lang == 'python') {
+ if (selectedFile.lang == 'html' || selectedFile.lang == 'markup') {
390
391
liveToggle.classList.add('visible');
392
@@ -519,7 +518,7 @@ function toggleLiveView(file) {
519
518
520
renderLiveViewHTML(file);
521
522
- } else if (file.lang == 'python') {
+ } /* else if (file.lang == 'python') {
523
524
window.setTimeout(() => {
525
@@ -533,7 +532,7 @@ function toggleLiveView(file) {
533
532
534
renderLiveViewPython(file);
535
536
- }
+ } */
537
538
} else {
539
0 commit comments