Skip to content

Commit

Permalink
Update components/lib/splitter/Splitter.vue
Browse files Browse the repository at this point in the history
Co-authored-by: Melloware <[email protected]>
  • Loading branch information
Rakasch and melloware authored Nov 10, 2023
1 parent b699ea8 commit 2acb3a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/lib/splitter/Splitter.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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));
}
},
Expand Down

0 comments on commit 2acb3a3

Please sign in to comment.