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

Add tldraw file editor (#7273)

* add tldr file type

* add tldraw editor render

* optimize code

* add save mode

* update version

* update dependence

* update dependence

* optimize code

* optimize code

---------

Co-authored-by: 杨顺强 <978987373@qq.com>
This commit is contained in:
Guodong SU
2025-01-04 09:40:56 +08:00
committed by GitHub
parent 0504d5b03a
commit 155d303a12
21 changed files with 7596 additions and 6194 deletions

View File

@@ -105,6 +105,7 @@ const excludedChunkNames = [
'sharedFileViewMarkdown',
'markdownEditor',
'plainMarkdownEditor',
'tldrawEditor',
];
// This is the production and development configuration.