witten
/
luminotes
Archived
1
0
Fork 0

Now also highlighting/focusing the editor even if the drag is canceled.

This commit is contained in:
Dan Helfman 2009-02-09 17:18:18 -08:00
parent ec377a644a
commit 81a96915c4
1 changed files with 1 additions and 0 deletions

View File

@ -859,6 +859,7 @@ Editor.prototype.drop = function( event ) {
var drag_source_area = getElement( "note_drag_source_area" );
setElementPosition( this.holder, getElementPosition( drag_source_area ) );
removeElement( drag_source_area );
this.highlight();
}
}