Closed afbora closed 1 year ago
I think this is the culprit
@click.native.prevent.stop="onClickBlock(block, $event)"
https://github.com/getkirby/kirby/blob/v4/develop/panel/src/components/Forms/Blocks/Blocks.vue#L34
Would think that we need to remove the .prevent
part while keeping .stop
- but we will need to test all the other scenarios, if they still work then.
Yes. It is working without prevent
. So what exactly does prevent
do? What scenarios are we going to test?
It's part of this PR https://github.com/getkirby/kirby/pull/5884
In terms of testing especially these https://github.com/getkirby/kirby/issues/5626 and https://github.com/getkirby/kirby/pull/5840 that we just fixed before.
Description
To reproduce
Your setup
Kirby Version
Beta.2