pull/6841/head
Cagatay Civici 2024-11-22 13:02:08 +03:00
commit caead10784
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;
}