mirror of
https://github.com/logseq/logseq.git
synced 2026-06-01 19:01:22 +00:00
better func names to differentiate between 2 types of graphs
- local file based - db based (sqlite for now)
This commit is contained in:
@@ -1504,7 +1504,7 @@
|
||||
[id ^js files format uploading? drop-or-paste?]
|
||||
(let [repo (state/get-current-repo)
|
||||
block (state/get-edit-block)]
|
||||
(when (config/local-db? repo)
|
||||
(when (config/local-file-based-graph? repo)
|
||||
(-> (save-assets! block repo (js->clj files))
|
||||
;; FIXME: only the first asset is handled
|
||||
(p/then
|
||||
|
||||
Reference in New Issue
Block a user