birdddev

Results 8 comments of birdddev

A workaround for this seems to be enabling 'Allow preview' and 'Preview as Input' CN 1.1.224 (Git hash: `0ddedce554ef5cf490b9196292feced91d882a5e`).

Oh, yeah just having min width be the size of the header buttons is super good. I assume vertically I would let the empty feed be able to get cut...

Here is how the popup looks. ![image](https://github.com/pythongosssss/ComfyUI-Custom-Scripts/assets/47731506/67843fab-c3f2-4532-9e9d-fab1f4032632) ![image](https://github.com/pythongosssss/ComfyUI-Custom-Scripts/assets/47731506/6a248165-ec71-47d1-92cb-f95f3408a7d6) ![image](https://github.com/pythongosssss/ComfyUI-Custom-Scripts/assets/47731506/f9241460-ea90-4a8b-83d4-bce492b662c7) It will stay open until you click somewhere outside the popup, or if you hover over the popup "window" and then...

Yeah, I saw the problems with the top/bottom modes. I just don't have the time at the moment to deal with it anymore. If you think you can take care...

You already have it going to the document.body as well `useGlobalDropHook`, which is the one that actually handles all of the file types, TargetBox only did images, not urls it...

This broke dragging images from inside cushy though. May just have to move the useGlobal stuff to TargetBox, I'll look in to it later :pensive:

Should I rename \ to \/\ and then work from there? Making SelectUI use it as well.

> fix the MouseMoveTooFar detection that do not ``` // | this code was a good idea; but it's really // | not pleasant when working mostly with keyboard and...