FlowWeb / src /features /canvas /components /nodes /TextNode.jsx

Commit History

Fix text selection: stop pointerdown and touchstart events from bubbling to prevent canvas panning when selecting text in edit mode
06a320f

danylokhodus commited on

Update TextNode to use high-performance custom resize handles and support double-click edit mode that blocks node dragging for text selection
23b8432

danylokhodus commited on

fix: implement useUpdateNodeInternals across all node types to resolve connection offset issues on size change
4555b70

danylokhodus commited on

Fix performance: Debounce node resizing updates and resolve drawing node spawning conflict
9bcc2ab

danylokhodus commited on

Complete Canvas Overhaul: Global SVG Brush mode, transparent native text, and local image uploads via drag-and-drop
bcbd0a4

danylokhodus commited on

Refactor canvas tools: Fixed drawing logic, improved text input, and added local image drag-and-drop support
afbb4df

danylokhodus commited on

Add drawing nodes, image nodes, and plain text nodes to the canvas
9c4e6fe

danylokhodus commited on