Downgraded gcode-Viewer to version-1.1.1.

This commit is contained in:
saifullah-N
2023-03-21 16:06:27 +05:30
parent 0517ff33a5
commit c0d34a25ef

View File

@@ -54,7 +54,7 @@ module.exports = {
methods: {
load: async function(file) {
if (file != this.file) {
if (file == this.file) {
return;
}
@@ -90,7 +90,7 @@ module.exports = {
},
reload: function(file) {
if (file == this.file) {
if (file != this.file) {
return;
}
this.clear();