mirror of
https://github.com/logseq/logseq.git
synced 2026-04-25 22:54:48 +00:00
fix: db import having incorrect block/path-refs
Some block/path-refs were invalid because importer was manually setting this instead of relying on listeners. Confirmed relying on listeners works in the frontend and CLI. Part of LOG-3176
This commit is contained in:
2
deps/graph-parser/package.json
vendored
2
deps/graph-parser/package.json
vendored
@@ -10,6 +10,6 @@
|
||||
"mldoc": "^1.5.8"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "nbb-logseq -cp test -m nextjournal.test-runner"
|
||||
"test": "nbb-logseq -cp test:../outliner/src -m nextjournal.test-runner"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user