fixing vue state update

This commit is contained in:
sanjayk03-dev
2024-01-22 23:03:43 +05:30
parent e0a2767b00
commit 8ba566702a
2 changed files with 4 additions and 4 deletions

View File

@@ -76,8 +76,7 @@ script#macros-template(type="text/x-template")
br
.gcodeContainer
textarea.new-gcode( :value='newGcode[tab-1]' @input="updateNewGcode")
//- gcode-viewer(v-if="state.selected !== 'default'")
p.gcode-para {{newGcode[tab-1]}}
//- gcode-viewer(v-if="state.selected !== 'default'")
button.submit-macros(title="Save Macros",@click="confirmSave=true",
style="height:50px;width:140px;font-weight:normal;background-color:#add1ad;color:#fff;border:0;margin-top:30px") Save
button.submit-macros(title="Cancel Macros",@click="cancelMacros",