}
private void attach() {
+ if (myDetachPostponed) {
+ myDetachPostponed = false;
+ return;
+ }
myGlassPane = IdeGlassPaneUtil.find(myDragComponent);
myGlassPane.addMousePreprocessor(this, myParentDisposable);
myGlassPane.addMouseMotionPreprocessor(this, myParentDisposable);