Commit 562601c2 authored by campaign's avatar campaign

下拉菜单不打钩

parent 1b81fb1f
......@@ -17,7 +17,8 @@ KM.registerToolbarUI( 'node', function ( name ) {
itemStyles: [],
value: [],
autowidthitem: [],
enabledRecord: false
enabledRecord: false,
enabledSelected: false
},
$combox = null;
if ( options.items.length == 0 ) {
......
......@@ -125,9 +125,6 @@ kity.extendClass( Minder, {
json = params.json || ( params.json = protocal.decode( local ) );
this._fire(new MinderEvent('importData',{
data:json
},true));
if ( typeof json === 'object' && 'then' in json ) {
var self = this;
......
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