mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-08-06 13:56:32 +02:00
Update.
This commit is contained in:
@@ -24,6 +24,7 @@ const updateGui = () => {
|
||||
|
||||
const addUnloadFn = el => {
|
||||
el.unload = () => {
|
||||
el.pause();
|
||||
el.src = '';
|
||||
el.load();
|
||||
};
|
||||
|
@@ -28,6 +28,7 @@ const updateGui = () => {
|
||||
|
||||
const addUnloadFn = el => {
|
||||
el.unload = () => {
|
||||
el.pause();
|
||||
el.src = '';
|
||||
el.load();
|
||||
};
|
||||
|
Reference in New Issue
Block a user