diff --git a/app/views/editor.blade.php b/app/views/editor.blade.php index f6a5d4c..6751d3e 100644 --- a/app/views/editor.blade.php +++ b/app/views/editor.blade.php @@ -92,6 +92,12 @@ $("#error-modal").hide(); $("#editor").focus(); }); + + $(window).load(function() { + redraw(); + }); + + $(this).scrollTop(0); }); diff --git a/app/views/layouts/default.blade.php b/app/views/layouts/default.blade.php index 7830761..eff477a 100644 --- a/app/views/layouts/default.blade.php +++ b/app/views/layouts/default.blade.php @@ -10,7 +10,7 @@