alex-ozdemir / algebra-dsl

A domain-specific-language for algebraic transformations
http://robocop.stanford.edu:8080
0 stars 0 forks source link

Select math while dragging #48

Open AdamCDunlap opened 7 years ago

AdamCDunlap commented 7 years ago

Currently, the user gets no feedback when they're in the middle of a click-and-drag. It should update as they move their mouse with the button held down.

AdamCDunlap commented 7 years ago

Currently, when the colored boxes are added, the DOM element gets removed and a copy gets inserted and the boxes are added. This means in order to keep track of the anchor of the selection, we'd have to store the mathtreenode attribute. But division tops and bottoms don't have this, so we'll need to add that to the multiparent attribute also

AdamCDunlap commented 7 years ago

I started work on this last night