aboutsummaryrefslogtreecommitdiff
path: root/features/hud
diff options
context:
space:
mode:
Diffstat (limited to 'features/hud')
-rw-r--r--features/hud/HudTextElement.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/features/hud/HudTextElement.js b/features/hud/HudTextElement.js
index 834ef28..d6440aa 100644
--- a/features/hud/HudTextElement.js
+++ b/features/hud/HudTextElement.js
@@ -23,6 +23,7 @@ class HudTextElement {
delete() {
this.renderElm.stopRender()
+ if (this.locationSetting) this.locationSetting.delete()
}
setBaseEditWidth(width) {