@kumologica/sdk 3.4.0-beta4 → 3.4.0-beta5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -246,7 +246,8 @@ RED.modalNodeLibrary = (function () {
246
246
  // Attach click event to launch the node library from the sidebar-footer
247
247
  $('#launch-node-library').click((event) => {
248
248
  event.preventDefault();
249
- window.__kumologica.main.dispatch('show-node-library-modal', null);
249
+ window.__kumologica.electron.shell.openExternal('https://kumologica.com/nodes/index.html');
250
+ // window.__kumologica.main.dispatch('show-node-library-modal', null);
250
251
  });
251
252
  }
252
253
  return {
@@ -30,6 +30,8 @@ RED.palette.explorer = (function () {
30
30
  ];
31
31
 
32
32
  try{
33
+ if (!window.jqtree) return; // Hack - otherwise the nodeLibrary modal fail to load due to this library being missed
34
+
33
35
  $('#exp-open-project').tree({
34
36
  data:data,
35
37
  autoOpen: true,
@@ -38,7 +38,6 @@
38
38
  display: flex;
39
39
  width: 100%;
40
40
  position: relative;
41
- left: 1px;
42
41
  // justify-content: space-between;
43
42
  box-sizing: border-box;
44
43
 
@@ -37,7 +37,7 @@
37
37
  position: absolute;
38
38
  margin: 0;
39
39
  top: 0px;
40
- left: 264px;
40
+ left: 265px;
41
41
  bottom: 0px;
42
42
  right: 49px;
43
43
  // overflow: hidden;
@@ -57,7 +57,7 @@
57
57
  </div>
58
58
 
59
59
  <!-- project information -->
60
- <div id="right" class="left-shadow">
60
+ <div id="right">
61
61
  <!-- check project information when server running -->
62
62
  <div id="projectIndicator" style="text-align: center;">
63
63
  <div id="projectInformation">