fix: empty outline text
This commit is contained in:
parent
a3d916422c
commit
4c8fcb5836
|
|
@ -82,7 +82,7 @@
|
|||
dataStructure: "plain",
|
||||
height: $("window").height() - 100,
|
||||
displayExpr: "name",
|
||||
noDataText: "Create a heading with '+'",
|
||||
noDataText: "Outline is Empty",
|
||||
onItemClick: jumpNode,
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue