parent
8d2400c9c4
commit
0482e148e3
|
@ -161,8 +161,14 @@ var wide = {
|
||||||
$(".bottom-window-group .notification").focus();
|
$(".bottom-window-group .notification").focus();
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
$("#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