ChifiSource / Olive.jl

pure julia notebooks
MIT License
152 stars 6 forks source link

Drag #24

Open emmaccode opened 1 year ago

emmaccode commented 1 year ago

I would like for cells to be draggable and droppable into other windows and cells. Doing this is pretty easy, actually... All I want to do is bind this drag button to put the cells onto the clipboard... We give a nice little drag icon. Then we use on on our ComponentModiifer in order to bind the drag event on each cell, this will need to check what position the mouse is in every cell, by id. Pretty easy stuff I think. Set something to follow the mouse, probably. This will be going along with the Cell Clipboard https://github.com/ChifiSource/Olive.jl/issues/23

emmaccode commented 1 year ago

I renamed this issue to drag, as this will now encompass the broader drag. This will include dragging for