fix tabs nav

pull/1/head
yann300 7 years ago
parent e0546174f7
commit 51253452f7
  1. 2
      src/app/files/fileManager.js

@ -114,8 +114,6 @@ class FileManager {
return $(this).find('.name').text() === newfile return $(this).find('.name').text() === newfile
}) })
if (active.length) active.addClass('active') if (active.length) active.addClass('active')
else this.switchFile()
// $('#input').toggle(active)
$('#output').toggle(active) $('#output').toggle(active)
} }

Loading…
Cancel
Save