mirror of
https://github.com/logseq/logseq.git
synced 2026-04-29 00:24:51 +00:00
Improve long page editing performance (#3855)
* Remove expensive parsing when saving files * Add limit to page blocks query * Don't collapse block's body to make it compatible with other tools * Alert if there're unsaved changes when switching graphs * DB schema migration for :block/collapsed? from it's property Co-authored-by: Andelf <andelf@gmail.com>
This commit is contained in:
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
@@ -139,6 +139,7 @@ jobs:
|
||||
- name: Run Playwright test
|
||||
run: xvfb-run -- yarn e2e-test
|
||||
env:
|
||||
CI: true
|
||||
DEBUG: "pw:test"
|
||||
|
||||
- name: Save test artifacts
|
||||
|
||||
Reference in New Issue
Block a user