Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/jgraph/drawio.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/webapp/js/grapheditor/Dialogs.js')
-rw-r--r--src/main/webapp/js/grapheditor/Dialogs.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/webapp/js/grapheditor/Dialogs.js b/src/main/webapp/js/grapheditor/Dialogs.js
index a301941d..4c149155 100644
--- a/src/main/webapp/js/grapheditor/Dialogs.js
+++ b/src/main/webapp/js/grapheditor/Dialogs.js
@@ -2370,7 +2370,7 @@ var LayersWindow = function(editorUi, x, y, w, h)
function refresh()
{
layerCount = graph.model.getChildCount(graph.model.root)
- listDiv.innerHTML = '';
+ listDiv.innerText = '';
layerDivs.clear();
function addLayer(index, label, child, defaultParent)