mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-06 00:09:56 +02:00
Fix Asset Browser access from Create
This commit is contained in:
parent
3c12ae8925
commit
fddbf13796
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue