revert unneeded changes

pull/10906/head
Konstantinos Kaloutas 2024-01-22 12:43:55 +02:00
parent dada6ecf68
commit 6e7addc04f
2 changed files with 6 additions and 0 deletions

View File

@ -108,6 +108,7 @@ test('block selection', async ({ page, block }) => {
// shift+up/down
await page.keyboard.down('Shift')
await page.keyboard.press('ArrowUp')
await block.waitForSelectedBlocks(1)
let locator = page.locator('.ls-block >> nth=8')
@ -120,7 +121,11 @@ 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)

View File

@ -1831,6 +1831,7 @@
(and doc-mode?
(not collapsed?)
(not (util/react *control-show?))))
;; hidden
[:span.bullet-container]