This commit is contained in:
tamat
2020-05-15 12:15:33 +02:00
parent a1c312fab9
commit 4cb1d9c0e5
7 changed files with 85 additions and 24 deletions

View File

@@ -504,7 +504,7 @@ Editor.prototype.addMiniWindow = function(w, h) {
var close_button = document.createElement("div");
close_button.className = "corner-button";
close_button.innerHTML = "X";
close_button.innerHTML = "❌";
close_button.addEventListener("click", function(e) {
graphcanvas.setGraph(null);
miniwindow.parentNode.removeChild(miniwindow);