change
This commit is contained in:
@@ -102,7 +102,7 @@ script#macros-template(type="text/x-template")
|
||||
.fa.fa-trash
|
||||
br
|
||||
.gcodeContainer
|
||||
textarea.new-gcode(id="gcode-field", v-model="newGcode" ,@keypress="updateNewGcode")
|
||||
textarea.new-gcode(id="gcode-field", v-model="newGcode" ,@change="updateNewGcode")
|
||||
|
||||
button.submit-macros.button-success(title="Save Macros",@click="confirmSave=true",:disabled="!edited") Save
|
||||
button.submit-macros(title="Cancel Macros",@click="clearMacros",style="margin-left:5px;background-color:#fafafa;",:disabled="initial_tab") Cancel
|
||||
|
||||
Reference in New Issue
Block a user