added div for upload
This commit is contained in:
@@ -93,7 +93,7 @@ module.exports = {
|
||||
cancelMacros: function (id) {
|
||||
document.getElementById(`macros-name-${id}`).value = "";
|
||||
document.getElementById(`macros-color-${id}`).value = "#ffffff";
|
||||
this.$broadcast("gcode-clear");
|
||||
// this.$broadcast("gcode-clear");
|
||||
},
|
||||
resetConfig: async function () {
|
||||
this.config.macros = [
|
||||
|
||||
Reference in New Issue
Block a user