mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-08 16:37:15 +00:00
Update components/lib/splitter/Splitter.vue
Co-authored-by: Melloware <mellowaredev@gmail.com>
This commit is contained in:
parent
b699ea89d4
commit
2acb3a36ed
1 changed files with 1 additions and 1 deletions
|
@ -331,7 +331,7 @@ export default {
|
|||
}
|
||||
},
|
||||
saveState() {
|
||||
if(Array.isArray(this.panelSizes)) {
|
||||
if(ObjectUtils.isArray(this.panelSizes)) {
|
||||
this.getStorage().setItem(this.stateKey, JSON.stringify(this.panelSizes));
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue