mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 17:32: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) {
|
onRTLChange(value) {
|
||||||
if (!document.startViewTransition) {
|
if (!document.startViewTransition) {
|
||||||
this.toggleRTL();
|
this.toggleRTL(value);
|
||||||
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue