Skip to content

Commit

Permalink
Closes #184 , Closes #183
Browse files Browse the repository at this point in the history
Signed-off-by: Erle Czar Mantos <[email protected]>
  • Loading branch information
Erle Czar Mantos authored and aedelmann committed Jun 2, 2016
1 parent dc7d9da commit 7bbc462
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,7 @@ public boolean performDrop(Object data) {

if (result != null) {
ModelProjectTreeViewer viewer = (ModelProjectTreeViewer) this.getViewer();

viewer.getLocalModelWorkspace().refreshCurrent();

IModelElement targetModelElement = findTarget((IModelElement) target,
(Collection<IModelElement>) viewer.getInput());
if (targetModelElement != null) {
Expand Down

0 comments on commit 7bbc462

Please sign in to comment.