1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-01 07:01:12 +00:00

fix-markdown-view (#6728)

* fix-markdown-view

* fix style
This commit is contained in:
yinjianfei-user
2024-09-08 08:17:47 +08:00
committed by GitHub
parent e595e72141
commit 4c295bc38c
4 changed files with 6 additions and 6 deletions

View File

@@ -91,7 +91,7 @@ class LibContentView extends React.Component {
asyncOperationProgress: 0,
asyncOperatedFilesLength: 0,
viewId: '0000',
currentDirent: null
currentDirent: {}
};
this.oldonpopstate = window.onpopstate;