mirror of
https://github.com/logseq/logseq.git
synced 2026-04-27 07:35:01 +00:00
Enhance: APIs related issues (#10782)
* fix(plugins): load unpacked package for the existed plugin * enhance(plugin): increase timeout time for the plugin handshake * enhance(api): support option to insert block with auto ordered list * fix(api): skip empty target for the batch insertion blocks * fix(api): before option for the batch blocks insertion * enhance(api): types * chore: bump minor version * fix(apis): Empty `payload.uuid` when executing onMacroRendererSlotted inside query table
This commit is contained in:
@@ -773,8 +773,8 @@
|
||||
(when (and (number? end)
|
||||
;; valid end time
|
||||
(> end 0)
|
||||
;; greater than 3s
|
||||
(> (- end (.-s v)) 3000))
|
||||
;; greater than 6s
|
||||
(> (- end (.-s v)) 6000))
|
||||
v))))
|
||||
((fn [perfs]
|
||||
(doseq [perf perfs]
|
||||
|
||||
Reference in New Issue
Block a user