You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For example, if you use the eraser to break open a circle to an arc, it should not be immediately snapped back together again.
This is going to require suggestors to be able to look back in history, possibly by changing their signature from (picture, element) to (picture, lastAction), where element == lastAction.result (as per /suggest/index.js). Then, the suggestor could inspect lastAction.prev etc.
The text was updated successfully, but these errors were encountered:
For example, if you use the eraser to break open a circle to an arc, it should not be immediately snapped back together again.
This is going to require suggestors to be able to look back in history, possibly by changing their signature from
(picture, element)
to(picture, lastAction)
, whereelement == lastAction.result
(as per /suggest/index.js). Then, the suggestor could inspectlastAction.prev
etc.The text was updated successfully, but these errors were encountered: