Commit d1548536 authored by Akikonata's avatar Akikonata

added curStyle

parent 1da2f6eb
...@@ -105,6 +105,7 @@ KityMinder.registerModule("image", function () { ...@@ -105,6 +105,7 @@ KityMinder.registerModule("image", function () {
var node = e.node, var node = e.node,
url = node.getData('image'); url = node.getData('image');
var link, img, size, currentBox; var link, img, size, currentBox;
var curStyle = this.getCurrentLayoutStyle();
if (url) { if (url) {
......
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