Commit c4ca0884 authored by Akikonata's avatar Akikonata

fixed bug

parent fd1779cc
......@@ -372,7 +372,7 @@ KityMinder.registerModule( "LayoutDefault", function () {
};
var _style = {
highlightNode: function ( node ) {
var highlight = node.getData( "highlight" );
var highlight = node.isHighlight();
var nodeType = node.getType();
var nodeStyle = nodeStyles[ nodeType ];
var Layout = node.getLayout();
......
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