parent
8d2400c9c4
commit
0482e148e3
|
@ -163,6 +163,12 @@ var wide = {
|
||||||
}
|
}
|
||||||
|
|
||||||
$("#dialogNewFilePrompt").dialog("close");
|
$("#dialogNewFilePrompt").dialog("close");
|
||||||
|
|
||||||
|
setTimeout(function () { // Delay, waiting the file change notified and then open it
|
||||||
|
var tId = tree.getTIdByPath(request.path);
|
||||||
|
tree.openFile(tree.fileTree.getNodeByTId(tId));
|
||||||
|
tree.fileTree.selectNode(wide.curNode);
|
||||||
|
}, 100);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue