Update.
This commit is contained in:
parent
1705575985
commit
c53b930554
@ -21,9 +21,9 @@
|
|||||||
|
|
||||||
app.channel._fileManager = null
|
app.channel._fileManager = null
|
||||||
app.channel.toggleDrive = function(channelUid){
|
app.channel.toggleDrive = function(channelUid){
|
||||||
if(app._fileManager){
|
if(app.channel._fileManager){
|
||||||
app._fileManager.remove()
|
app.channel._fileManager.remove()
|
||||||
app._fileManager = null
|
app.channel._fileManager = null
|
||||||
document.querySelector('message-list').style.display = 'block'
|
document.querySelector('message-list').style.display = 'block'
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user