updating state while upload
This commit is contained in:
@@ -104,6 +104,9 @@ module.exports = {
|
||||
console.log('Already exists');
|
||||
}
|
||||
|
||||
this.$set('selectedValues[this.tab - 1]',file.name);
|
||||
this.loadMacrosGcode();
|
||||
|
||||
SvelteComponents.showDialog("Upload", {
|
||||
file,
|
||||
onComplete: () => {
|
||||
|
||||
Reference in New Issue
Block a user