Code Format
parent
abe75636c6
commit
217c3bd9aa
|
@ -331,7 +331,7 @@ export default {
|
|||
}
|
||||
},
|
||||
saveState() {
|
||||
if(ObjectUtils.isArray(this.panelSizes)) {
|
||||
if (ObjectUtils.isArray(this.panelSizes)) {
|
||||
this.getStorage().setItem(this.stateKey, JSON.stringify(this.panelSizes));
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue