ソースを参照

Always pause audio

Noah 8 年 前
コミット
8980337a90
共有1 個のファイルを変更した2 個の追加0 個の削除を含む
  1. 2 0
      client/index.js

+ 2 - 0
client/index.js ファイルの表示

@@ -162,6 +162,8 @@ function updateAudioFile() {
162 162
     d3.select("#minimap").classed("hidden", true);
163 163
     preview.file(null);
164 164
     setClass(null);
165
+    audio.pause();
166
+    video.kill();
165 167
     return true;
166 168
   }
167 169