quadratichq / quadratic

Quadratic | Spreadsheet with Python, SQL, and AI
https://QuadraticHQ.com
Other
2.98k stars 150 forks source link

feat: Drag to Move ArrayOutput #1670

Open davidkircos opened 1 month ago

davidkircos commented 1 month ago

Idea

Currently causes confusing behavior https://github.com/quadratichq/quadratic/assets/3479421/437b5ccc-29cc-4a8f-a0cd-902be761b175

davidfig commented 1 month ago

Disable moving individual cells when the cursor is within an array output

This seems the right approach. We can change the cursor when dragging over a code run output to indicate that drop will not work there. We already prohibit enter text while over a code run output. This would be similar.