Rename Active Object to Context
This commit is contained in:
parent
0e7f64deca
commit
270b15d2c3
|
|
@ -4161,7 +4161,7 @@ function updateInfopanel() {
|
|||
let breadcrumbs = document.createElement("div")
|
||||
const bctitle = document.createElement('span');
|
||||
bctitle.style.cursor = "default"
|
||||
bctitle.textContent = "Active object: ";
|
||||
bctitle.textContent = "Context: ";
|
||||
breadcrumbs.appendChild(bctitle);
|
||||
let crumbs = []
|
||||
for (let object of context.objectStack) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue