mirror of
https://github.com/google/blockly.git
synced 2026-06-17 00:25:14 +02:00
244733467d
screen transformation matrix) when a scroll happened. This is not done using a scroll handler since the update is expensive (getScreenCTM and getClientBoundingRect) and we don't need to do it until the scroll is done and the user is interacting with blocks again.