langflow-ai / langflow

Langflow is a low-code app builder for RAG and multi-agent AI applications. It’s Python-based and agnostic to any model, API, or database.
http://www.langflow.org
MIT License
36.38k stars 4.28k forks source link

fix: edit toggle size to be consistent #4903

Closed lucaseduoli closed 2 days ago

lucaseduoli commented 3 days ago

This pull request includes a small change to the ToggleShadComponent in the index.tsx file. The change modifies the scaling factors for the X and Y axes when the editNode condition is met, increasing them from 0.6 to 0.8.

Changes in ToggleShadComponent: