17
This commit is contained in:
@@ -86,7 +86,7 @@
|
||||
}
|
||||
},
|
||||
onLoad(options) {
|
||||
//console.log("onload");
|
||||
//console.log("onload",this.storeCurrentConversation);
|
||||
this.setPageListener();
|
||||
if (options?.back2Tab) {
|
||||
this.back2Tab = JSON.parse(options.back2Tab);
|
||||
@@ -102,6 +102,7 @@
|
||||
if (this.Audio) {
|
||||
this.Audio.stop();
|
||||
this.Audio.destroy();
|
||||
this.Audio = null;
|
||||
}
|
||||
// #endif
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user