fix: empty outline text

This commit is contained in:
xiangyu 2022-08-02 11:29:01 +08:00
parent a3d916422c
commit 4c8fcb5836

View File

@ -82,7 +82,7 @@
dataStructure: "plain",
height: $("window").height() - 100,
displayExpr: "name",
noDataText: "Create a heading with '+'",
noDataText: "Outline is Empty",
onItemClick: jumpNode,
});
}