fix: update chatWidthClasses to use autoChatWidth configuration
This commit is contained in:
parent
b73209694d
commit
d4034eff07
|
|
@ -83,7 +83,7 @@ class ChatStore {
|
|||
|
||||
get chatWidthClasses(): { class: string } {
|
||||
const currentConfig = config();
|
||||
return currentConfig.customChatWidth
|
||||
return currentConfig.autoChatWidth
|
||||
? { class: AUTO_WIDTH_CLASSES }
|
||||
: { class: DEFAULT_WIDTH_CLASS };
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue