diff --git a/changelog.md b/changelog.md index 36abfca..b317a0a 100644 --- a/changelog.md +++ b/changelog.md @@ -1,8 +1,9 @@ # The Modding Tree changelog: - Completely reworked tooltips. Shift-click a node to force its tooltip to stay displayed. (And hopefully finally fixed flickering!) -- Added 2 new input components, text-input and slider. +- Added text-input and slider components. - The red layer highlight will not appear before a layer is unlocked. +- Node symbols can use HTML. # v2.π.1 - 4/7/21 - Fixed formatting for some larger numbers. diff --git a/js/technical/systemComponents.js b/js/technical/systemComponents.js index ff001c8..9b4aedd 100644 --- a/js/technical/systemComponents.js +++ b/js/technical/systemComponents.js @@ -37,8 +37,8 @@ var systemComponents = { resetNotify: tmp[layer].prestigeNotify, can: ((player[layer].unlocked || tmp[layer].isLayer) && tmp[layer].isLayer) || (!tmp[layer].isLayer && tmp[layer].canClick), }" - v-bind:style="tmp[layer].computedNodeStyle"> - {{(abb !== '' && tmp[layer].image === undefined) ? abb : ' '}} + v-bind:style="tmp[layer].computedNodeStyle" + v-html="(abb !== '' && tmp[layer].image === undefined) ? abb : ' '">