huytd / ascii-d

A cross-platform ASCII diagram drawing app https://web.ascii-draw.com
https://ascii-draw.com
BSD 3-Clause "New" or "Revised" License
271 stars 14 forks source link

feat: Moving selection #25

Closed huytd closed 1 year ago

huytd commented 1 year ago

Now we can select something on the screen and move it around.

2023-03-23 18 20 16

Under the hood, it works like this:

  1. If the user starts dragging a selection, we will do the following: a. create a new Block shape from the current selection, and put it in Preview mode b. discard the selected content
  2. When the user drags the mouse, we will update the position of the Block shape
  3. When the user finished dragging, we commit the Block shape to the Grid list