Make boosts span temporary
This commit is contained in:
@@ -9,6 +9,7 @@ export default class extends Controller {
|
||||
|
||||
#summarizeBoosts() {
|
||||
const el = document.createElement("span")
|
||||
el.dataset.turboTemporary = ""
|
||||
el.textContent = this.#boostSumaries.toSentence()
|
||||
this.element.appendChild(el)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user