mirror of
https://github.com/google/blockly.git
synced 2026-06-17 08:35:12 +02:00
5b6f1debeb
* Move the call to disable resize before placeNewBlock so that it is off when workspace resizeContents gets triggered by placeNewBlock. This fixes a bug in rtl mode where the workspace was being resized between when the block was added to the workspace and when it was moved to the proper location.