Skip to content

Commit

Permalink
fix(girder): Don't show dialog on upload
Browse files Browse the repository at this point in the history
  • Loading branch information
floryst committed Apr 13, 2020
1 parent f9a3bee commit f8451ab
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/components/tools/MeasurementTools/script.js
Expand Up @@ -185,7 +185,6 @@ export default {
},
upload() {
if (this.targetProxy) {
this.$root.$emit('open_girder_panel');
setTimeout(() => {
this.$root.$emit('girder_upload_measurements', this.targetPid);
}, 10);
Expand Down
1 change: 0 additions & 1 deletion src/components/tools/PaintTool/script.js
Expand Up @@ -547,7 +547,6 @@ export default {
upload() {
const proxy = this.activeLabelmapProxy;
if (proxy) {
this.$root.$emit('open_girder_panel');
setTimeout(() => {
this.$root.$emit('girder_upload_proxy', this.activeLabelmapId);
}, 10);
Expand Down

0 comments on commit f8451ab

Please sign in to comment.