feat(editor/copy-paste): refactor copy/export in cljs (#8530)

Huge performance improvement for copy and export

Refactor copy/export in cljs instead of Mldoc
This commit is contained in:
rcmerci
2023-02-20 23:08:58 +08:00
committed by GitHub
parent c0f8dc4ee2
commit 2a12ffc331
14 changed files with 2341 additions and 297 deletions

View File

@@ -313,7 +313,7 @@
(editor-handler/escape-editing)
(state/pub-event! [:modal/command-palette]))}
:graph/export-as-html {:fn #(export-handler/export-repo-as-html!
:graph/export-as-html {:fn #(export-handler/download-repo-as-html!
(state/get-current-repo))
:binding false}