mirror of
https://github.com/logseq/logseq.git
synced 2026-05-03 10:26:35 +00:00
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:
@@ -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}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user