Commit b71fd2d2 authored by campaign's avatar campaign

修复插入图片不能进行undo/redo的问题

parent 3ded1445
...@@ -46,6 +46,7 @@ KityMinder.registerModule('image', function() { ...@@ -46,6 +46,7 @@ KityMinder.registerModule('image', function() {
n.setData('imageSize', size); n.setData('imageSize', size);
n.render(); n.render();
}); });
km.fire("saveScene");
km.layout(300); km.layout(300);
}); });
......
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