Michal Jeřábek

Results 4 comments of Michal Jeřábek

Ok, I figured it out. I did not realize that I have to use `blocks.query` with a new manually inserted HTML. (Manually inserted because I did not find a way...

I would add to that, that Alt + Drag should also create normal selection. The selection it does now, should probably have a different key combination - in VS Code...

It actually closes UI with any Alt key, but if I use Ctrl + Left Alt, then it works.

Ok, thanks, Is there any chance it could be updated in the current version with some function parameter? Something like: ```typescript function destroy(iPromiseIWillClearAllEventHandlersMyself: boolean) { if (iPromiseIWillClearAllEventHandlersMyself !== true) {...