Преглед изворни кода

fix issue with pattern preview

Tuan Nguyen пре 11 месеци
родитељ
комит
119a6b5e62
1 измењених фајлова са 0 додато и 2 уклоњено
  1. 0 2
      static/js/main.js

+ 0 - 2
static/js/main.js

@@ -1925,8 +1925,6 @@ function updateCurrentlyPlayingUI(status) {
         // Hide the preview container when a pattern is playing
         const previewContainer = document.getElementById('pattern-preview-container');
         if (previewContainer) {
-            previewContainer.classList.add('hidden');
-            previewContainer.classList.remove('visible');
             // Clear any selected file highlights
             document.querySelectorAll('#theta_rho_files .file-item').forEach(item => {
                 item.classList.remove('selected');