Fix zip icon color
This commit is contained in:
parent
97b8ceecbb
commit
54770770f9
5 changed files with 17 additions and 4 deletions
|
|
@ -1601,7 +1601,7 @@ export default {
|
|||
* @param {*} element Root element for the chat message.
|
||||
*/
|
||||
onLayoutChange(action, element) {
|
||||
if (!element || !element.parentElemen || this.useVoiceMode || this.useFileModeNonAdmin) {
|
||||
if (!element || !element.parentElement || this.useVoiceMode || this.useFileModeNonAdmin) {
|
||||
action();
|
||||
return
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue