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