We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86ae594 commit 24b869fCopy full SHA for 24b869f
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "jderobot-ide-interface",
3
- "version": "0.1.18",
+ "version": "0.1.19",
4
"main": "dist/main.js",
5
"typings": "dist/index.d.ts",
6
"files": [
src/components/VncViewer/VncViewer.tsx
@@ -10,7 +10,7 @@ import {
10
11
const enabled = (state?: string): boolean => {
12
if (
13
- state === "visualization_ready" ||
+ state === "tools_ready" ||
14
state === "application_running" ||
15
state === "paused"
16
) {
0 commit comments