We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dce12d6 commit 9321a93Copy full SHA for 9321a93
src/components/NcAppContent/NcAppContent.vue
@@ -405,7 +405,7 @@ export default {
405
},
406
407
handlePaneResize(event) {
408
- const listPaneSize = parseInt(event[0].size, 10)
+ const listPaneSize = parseInt(event.panes[0].size, 10)
409
browserStorage.setItem(this.paneConfigID, JSON.stringify(listPaneSize))
410
this.listPaneSize = listPaneSize
411
/**
0 commit comments