Refactor #6826 - For AppConfig

This commit is contained in:
Mert Sincan 2024-11-21 18:28:49 +00:00
parent 312bf677ea
commit 363140ff8e

View file

@ -317,7 +317,7 @@ export default {
},
onRTLChange(value) {
if (!document.startViewTransition) {
this.toggleRTL();
this.toggleRTL(value);
return;
}