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.getSession().on('change', editor_change);
|
||||||
editor.resize();
|
editor.resize();
|
||||||
});
|
});
|
||||||
|
$(window).resize(function() {
|
||||||
|
editor.resize();
|
||||||
|
});
|
||||||
</script>
|
</script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user