Merge branch 'feat/db' of https://github.com/logseq/logseq into feat/db

This commit is contained in:
Konstantinos Kaloutas
2024-01-22 12:35:08 +02:00
65 changed files with 639 additions and 824 deletions

View File

@@ -120,10 +120,7 @@ test('block selection', async ({ page, block }) => {
await page.keyboard.press('ArrowDown')
await block.waitForSelectedBlocks(2)
await page.keyboard.up('Shift')
// mod+click select or deselect
await page.keyboard.down(modKey)
await page.click('.ls-block >> nth=7')
await block.waitForSelectedBlocks(1)