Bump core version and fix service interface
This commit is contained in:
parent
6b8d34761c
commit
c9cd6fc3bf
2 changed files with 2 additions and 1 deletions
|
|
@ -11,7 +11,7 @@
|
||||||
"lint:fix": "vue-cli-service lint --fix"
|
"lint:fix": "vue-cli-service lint --fix"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"imjoy-core": "^0.13.60",
|
"imjoy-core": "^0.13.73",
|
||||||
"material-design-icons": "^3.0.1",
|
"material-design-icons": "^3.0.1",
|
||||||
"mousetrap": "^1.6.5",
|
"mousetrap": "^1.6.5",
|
||||||
"vue-observe-visibility": "^0.4.6"
|
"vue-observe-visibility": "^0.4.6"
|
||||||
|
|
|
||||||
|
|
@ -263,6 +263,7 @@ export default {
|
||||||
const setPositionAsObject = this.setStagePosition;
|
const setPositionAsObject = this.setStagePosition;
|
||||||
|
|
||||||
const service = {
|
const service = {
|
||||||
|
_rintf: true, // this will make sure the function can be called multiple times
|
||||||
type: "_microscope-control",
|
type: "_microscope-control",
|
||||||
name: "OpenFlexure",
|
name: "OpenFlexure",
|
||||||
lastSnapResponse: null,
|
lastSnapResponse: null,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue