Merge branch 'master' of https://github.com/littlevgl/lv_mpy
This commit is contained in:
commit
714393e15b
@ -225,6 +225,9 @@
|
||||
editor.getSession().on('change', editor_change);
|
||||
editor.resize();
|
||||
});
|
||||
$(window).resize(function() {
|
||||
editor.resize();
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user