forked from MapComplete/MapComplete
Some restructuring of documentation
This commit is contained in:
parent
04e3dc5623
commit
806c20ecb4
2 changed files with 30 additions and 28 deletions
|
@ -26,9 +26,7 @@ export default class Title extends BaseUIElement {
|
|||
} else if (embedded instanceof FixedUiElement) {
|
||||
innerText = embedded.content
|
||||
} else {
|
||||
if (Utils.runningFromConsole) {
|
||||
console.log("Not constructing an anchor for title with embedded content of " + embedded)
|
||||
} else {
|
||||
if (!Utils.runningFromConsole) {
|
||||
innerText = embedded.ConstructElement()?.innerText
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue