mirror of
https://bitbucket.org/wisemapping/wisemapping-open-source.git
synced 2024-11-25 23:44:54 +01:00
Minor improvement.
This commit is contained in:
parent
12221ab0af
commit
85defa2ab9
@ -84,11 +84,6 @@ mindplot.MultilineTextEditor = new Class({
|
|||||||
this._adjustEditorSize();
|
this._adjustEditorSize();
|
||||||
}.bind(this));
|
}.bind(this));
|
||||||
|
|
||||||
textareaElem.addEvent('blur', function() {
|
|
||||||
// @Todo: Issues if this is enables and esc is pressed.
|
|
||||||
// this.close.bind(this).attempt(true);
|
|
||||||
}.bind(this));
|
|
||||||
|
|
||||||
// If the user clicks on the input, all event must be ignored ...
|
// If the user clicks on the input, all event must be ignored ...
|
||||||
containerElem.addEvent('click', function(event) {
|
containerElem.addEvent('click', function(event) {
|
||||||
event.stopPropagation();
|
event.stopPropagation();
|
||||||
|
Loading…
Reference in New Issue
Block a user