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.
2 parents 8b98209 + 9321a93 commit 4db2f93Copy full SHA for 4db2f93
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