Downgraded gcode-Viewer to version-1.1.1.
This commit is contained in:
@@ -54,7 +54,7 @@ module.exports = {
|
|||||||
|
|
||||||
methods: {
|
methods: {
|
||||||
load: async function(file) {
|
load: async function(file) {
|
||||||
if (file != this.file) {
|
if (file == this.file) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -90,7 +90,7 @@ module.exports = {
|
|||||||
},
|
},
|
||||||
|
|
||||||
reload: function(file) {
|
reload: function(file) {
|
||||||
if (file == this.file) {
|
if (file != this.file) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
this.clear();
|
this.clear();
|
||||||
|
|||||||
Reference in New Issue
Block a user