Custom Blocks: Block drawer opens automatically for every new inserted block

Hi all

I just realized that whenever I insert one of my custom blocks, it automatically triggers the open event opening the block drawer. This happens even though I nowhere emit the open event. This does not happen for Kirby standard blocks.

Is there any way to stop emitting the open event when inserting a custom block? This would greatly enhance the writing experience for my custom blocks :slight_smile:

Thanks & best regards,

Stefan

As I know you have to set in the blueprint wysiwig: trueto avoid this. Simply check one of the default blueprints:

This does the trick, thanks a lot!