Added comment and removed unused method

This commit is contained in:
Chish36 2025-08-14 11:47:08 +01:00
parent 213de461bb
commit 0617a5a6a4
2 changed files with 1 additions and 10 deletions

View file

@ -78,9 +78,6 @@
:submit-label="' - '"
:hideOnRun="false"
:can-terminate="false"
@finished="
updatePosition();
"
/>
<action-button
class="moveZ"
@ -91,9 +88,6 @@
:submit-label="'+'"
:can-terminate="false"
:hideOnRun="false"
@finished="
updatePosition();
"
/>
</div>
</div>
@ -271,10 +265,6 @@ export default {
}
},
async updatePosition() {
this.setPosition = await this.readThingProperty("stage", "position");
},
// Forces modal to show on button press
force_show: function() {
this.ready = true;