mirror of
https://github.com/logseq/logseq.git
synced 2026-04-30 08:56:29 +00:00
Fix lazy loading
This commit is contained in:
@@ -27,11 +27,10 @@
|
||||
(.parseHtml js/window.MldocOrg content config)))
|
||||
(loaded? [this]
|
||||
(some? (loaded?)))
|
||||
(lazyLoad [this ok-handler error-handler]
|
||||
(lazyLoad [this ok-handler]
|
||||
(loader/load
|
||||
(config/asset-uri "/static/js/mldoc_org.min.js")
|
||||
ok-handler
|
||||
error-handler)))
|
||||
ok-handler)))
|
||||
|
||||
(defn parse-json
|
||||
([content]
|
||||
|
||||
Reference in New Issue
Block a user