chore: Adds the ability to automatically initialize the RTL direction (#6531)

This commit is contained in:
Sivin Varghese
2023-02-27 12:03:40 +05:30
committed by GitHub
parent bfb445186d
commit eb55ff5c9b
2 changed files with 10 additions and 0 deletions

View File

@@ -104,6 +104,7 @@ export default {
} = this.getAccount(this.currentAccountId);
const { pubsub_token: pubsubToken } = this.currentUser || {};
this.setLocale(locale);
this.updateRTLDirectionView(locale);
this.latestChatwootVersion = latestChatwootVersion;
vueActionCable.init(pubsubToken);
},