Refactor #6826 - For AppConfig

pull/6841/head
Mert Sincan 2024-11-21 18:28:49 +00:00
parent 312bf677ea
commit 363140ff8e
1 changed files with 1 additions and 1 deletions

View File

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