提交 bf245d19 编写于 作者: I isidor

move properly on file events

上级 b52a3280
......@@ -192,6 +192,7 @@ export class ExplorerService implements IExplorerService {
// Move in Model
modelElements.forEach((modelElement, index) => {
const oldParent = modelElement.parent;
modelElement.move(newParents[index]);
this._onDidChangeItem.fire(oldParent);
this._onDidChangeItem.fire(newParents[index]);
});
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册