Downgraded gcode-Viewer to version-1.1.1.
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user