-
-
Notifications
You must be signed in to change notification settings - Fork 175
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Description
Bug Report: Excessive Console Logging in CreateBoundsStore
Summary
The CreateBoundsStore
contains a console.log
statement inside the recalculateNodeBounds
function:
console.log('dentro del for, este es e node:', node);
### Reproduction
### Steps to Reproduce
1. Load any Svelvet graph with multiple nodes.
2. Observe the browser console during rendering or layout updates.
> You'll see repeated log messages from `CreateBoundsStore.recalculateNodeBounds`.
### System information
-
### Additional information
_No response_
### 👨👧👦 Contributing
- [x] 🙋♂️ Yes, I'd love to make a PR to fix this bug!
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working