mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Refactor #6826 - For AppConfig
This commit is contained in:
parent
312bf677ea
commit
363140ff8e
1 changed files with 1 additions and 1 deletions
|
@ -317,7 +317,7 @@ export default {
|
|||
},
|
||||
onRTLChange(value) {
|
||||
if (!document.startViewTransition) {
|
||||
this.toggleRTL();
|
||||
this.toggleRTL(value);
|
||||
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue