Closed afbora closed 1 year ago
Do you think this is connected to https://github.com/getkirby/kirby/issues/5290 or unique issue?
I think it is connected to the flex thing that we had a while ago which we changed to improve the sizing on drag & drop. This means that the blocks are not full height when empty and thus you cannot drag something into an empty layout.
I think it's not connected since works as expected in 3.9.7 and beta.2.
But if it worked in beta.2 ... I think @bastianallgeier the change you refer to was not just in beta.3 but earlier, or?
That's true. Need to dig deeper then :(
Not too deep, stupid mistake when trying to clean up: The fault is this line https://github.com/getkirby/kirby/blob/v4/develop/panel/src/components/Forms/Blocks/Blocks.vue#L9 - when no blocks exist, k-draggable right now isn't in the DOM and cannot accept blocks dragged over it
To reproduce
Your setup
Kirby Version
Beta.3