Fix Asset Browser access from Create

This commit is contained in:
luiscuenca 2018-01-23 11:12:22 -07:00
parent 3c12ae8925
commit fddbf13796

View file

@ -12,7 +12,7 @@ StackView {
HifiConstants { id: hifi }
function pushSource(path) {
editRoot.push(Qt.resolvedUrl(path));
editRoot.push(Qt.resolvedUrl("../../" + path));
editRoot.currentItem.sendToScript.connect(editRoot.sendToScript);
}