diff --git a/index.css b/index.css index 9cdcbbe6..a45f063b 100644 --- a/index.css +++ b/index.css @@ -38,7 +38,6 @@ textarea { iframe { border: 0; - pointer-events: none; width: 100%; } diff --git a/index.html b/index.html index 4f63f6f7..630f43b8 100644 --- a/index.html +++ b/index.html @@ -2033,7 +2033,7 @@ -
+
See in City Generator by Watabou. Seed: diff --git a/modules/ui/burg-editor.js b/modules/ui/burg-editor.js index 7af55c29..18e589df 100644 --- a/modules/ui/burg-editor.js +++ b/modules/ui/burg-editor.js @@ -405,7 +405,7 @@ function editBurg(id) { function updateMFCGFrame(burg) { const mfcgURL = getMFCGlink(burg); - document.getElementById("mfcgPreview").setAttribute("src", mfcgURL); + document.getElementById("mfcgPreview").setAttribute("src", mfcgURL + "&preview=1"); document.getElementById("mfcgLink").setAttribute("href", mfcgURL); }