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

change markdown view in metadata (#6746)

* change markdown viewer in metadata

* fix side nav click event
This commit is contained in:
Michael An
2024-09-11 10:13:10 +08:00
committed by GitHub
parent b166c5d3c3
commit 57954854d0
9 changed files with 96 additions and 71 deletions

View File

@@ -4,4 +4,5 @@ export const EVENT_BUS_TYPE = {
SEARCH_LIBRARY_CONTENT: 'search_library_content',
RESTORE_IMAGE: 'restore_image',
OPEN_MARKDOWN_DIALOG: 'open_markdown_dialog',
};