src/Builder4/Editor.bjs
[roobuilder] / src / Builder4 / Editor.bjs
index 772bf5a..54bcd87 100644 (file)
@@ -63,7 +63,7 @@
            "xtype" : "Label",
            "| void setHelp" : [
             "(Lsp.Hover? help) {",
-            "\tif (help == null) {",
+            "\tif (help == null || help.contents == null) {",
             "\t\tthis.el.set_text(\"\");",
             "\t\treturn;",
             "\t}",