Comfy-Org / ComfyUI_frontend

Official front-end implementation of ComfyUI
https://www.comfy.org/
GNU General Public License v3.0
605 stars 109 forks source link

[Bug]: Disable Highlight on resize tab.... #1534

Open devrosx opened 2 days ago

devrosx commented 2 days ago

Frontend Version

latest

Expected Behavior

when i resize workflow or any side panel text is somehow highlighted

https://github.com/user-attachments/assets/949b8cc2-0e9c-4432-bb54-ab5b0d2c61b0

added this to css to fix this...

.p-scrollpanel-content-container,
.p-tree-root-children,
.tree-explorer-node-label {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

fixed version...

https://github.com/user-attachments/assets/59e13bb9-b842-48e2-bbd7-6e81acf35ace

thanks

Actual Behavior

highlighted elements

Steps to Reproduce

move with sidebar

Debug Logs

/

Browser Logs

/

Setting JSON

/

What browsers do you use to access the UI ?

Apple Safari

Other

No response

Iemand005 commented 8 hours ago

I noticed text being selectable in more places where I feel like it shouldn't be selectable. I can fix it everywhere I feel like it should not select text and do a pull request.