This commit is contained in:
retoor 2025-06-12 01:41:05 +02:00
parent 1705575985
commit c53b930554

View File

@ -21,9 +21,9 @@
app.channel._fileManager = null
app.channel.toggleDrive = function(channelUid){
if(app._fileManager){
app._fileManager.remove()
app._fileManager = null
if(app.channel._fileManager){
app.channel._fileManager.remove()
app.channel._fileManager = null
document.querySelector('message-list').style.display = 'block'
return
}