This commit is contained in:
Amir Gonnen 2019-07-14 00:58:59 +03:00
commit 714393e15b

View File

@ -225,6 +225,9 @@
editor.getSession().on('change', editor_change);
editor.resize();
});
$(window).resize(function() {
editor.resize();
});
</script>
</body>
</html>