mirror of
https://github.com/google/blockly.git
synced 2026-01-04 23:50:12 +01:00
Fix preview position in Block Factory.
This commit is contained in:
@@ -46,6 +46,7 @@ function updateFunc(type, code) {
|
||||
previewBlock.render();
|
||||
previewBlock.setMovable(false);
|
||||
previewBlock.setDeletable(false);
|
||||
previewBlock.moveBy(15, 10);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user