mirror of
https://bitbucket.org/wisemapping/wisemapping-open-source.git
synced 2024-11-22 14:17:57 +01:00
Compile.
This commit is contained in:
parent
c804b3715e
commit
48f96318d4
@ -403,7 +403,7 @@ var nicEditor = bkClass.extend({
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
} while(t = t.parentNode);
|
} while(t = t.parentNode);
|
||||||
this.fireEvent('blur',this.<selectedInstance,t);
|
this.fireEvent('blur',this.selectedInstance,t);
|
||||||
this.lastSelectedInstance = this.selectedInstance;
|
this.lastSelectedInstance = this.selectedInstance;
|
||||||
this.selectedInstance = null;
|
this.selectedInstance = null;
|
||||||
return false;
|
return false;
|
||||||
|
Loading…
Reference in New Issue
Block a user