added default in option

This commit is contained in:
sanjayk03-dev
2024-01-05 01:00:43 +05:30
parent b35eb23193
commit 825f930293
2 changed files with 13 additions and 7 deletions

View File

@@ -93,6 +93,7 @@ module.exports = {
cancelMacros: function (id) {
document.getElementById(`macros-name-${id}`).value = "";
document.getElementById(`macros-color-${id}`).value = "#ffffff";
document.getElementById(`gcodeSelect-${id}`).value="default";
this.$broadcast("gcode-clear");
},
resetConfig: async function () {