Merge branch 'master' of https://github.com/primefaces/primevue
commit
caead10784
|
@ -317,7 +317,7 @@ export default {
|
||||||
},
|
},
|
||||||
onRTLChange(value) {
|
onRTLChange(value) {
|
||||||
if (!document.startViewTransition) {
|
if (!document.startViewTransition) {
|
||||||
this.toggleRTL();
|
this.toggleRTL(value);
|
||||||
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue