mirror of
https://github.com/google/blockly.git
synced 2026-06-17 08:35:12 +02:00
80d8d55315
to avoid getting it for every mouse move event. The delete areas won't change while the user is dragging blocks around. Also switch calculations for delete area inclusion to be done in client coordinates so we don't have to convert to svg coordinates on every mouse move event. This should speed up dragging blocks a bunch.