mirror of
https://bitbucket.org/wisemapping/wisemapping-open-source.git
synced 2024-11-22 06:07:57 +01:00
fixing text editor dragging error
This commit is contained in:
parent
4b230abd65
commit
ba9c6c5c81
@ -326,6 +326,7 @@ mindplot.TextEditor.prototype.setPosition = function (x, y, scale)
|
||||
|
||||
mindplot.TextEditor.prototype.showTextEditor = function(selectText)
|
||||
{
|
||||
designer.getWorkSpace().enableWorkspaceEvents(false);
|
||||
//this._myOverlay.show();
|
||||
//var myAnim = new YAHOO.util.Anim('inputText',{opacity: {to:1}}, 0.10, YAHOO.util.Easing.easeOut);
|
||||
//$('inputText').style.opacity='1';
|
||||
@ -389,7 +390,6 @@ mindplot.TextEditor.prototype.lostFocus = function(bothBrowsers)
|
||||
};
|
||||
|
||||
mindplot.TextEditor.prototype.clickEvent = function(event){
|
||||
designer.getWorkSpace().enableWorkspaceEvents(false);
|
||||
if(this._isVisible()){
|
||||
if (event.stopPropagation)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user