Commit 8dce3aa2 authored by Neil Fraser's avatar Neil Fraser

Fix preview position in Block Factory.

parent 90c58d51
......@@ -46,6 +46,7 @@ function updateFunc(type, code) {
previewBlock.render();
previewBlock.setMovable(false);
previewBlock.setDeletable(false);
previewBlock.moveBy(15, 10);
}
/**
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment