diff --git a/CHANGELOG.md b/CHANGELOG.md index 11009f64f..0f6a9f249 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,8 @@ * fix newline as first character in formatting [#375](https://github.com/jcubic/jquery.terminal/pull/375). * fix error when echo undefined (it will echo string undefined since it's converted to string) * fix first argument to keymap function, it's now keypress event +* trigger resize handler on keypress so it's resizing when scrollbar appear/disappear + [#378](https://github.com/jcubic/jquery.terminal/issues/378) ## 1.12.1 * fix minified css file + fix scrollbar diff --git a/js/jquery.terminal-1.12.1.js b/js/jquery.terminal-1.12.1.js index 0820fcce1..2355cfa9f 100644 --- a/js/jquery.terminal-1.12.1.js +++ b/js/jquery.terminal-1.12.1.js @@ -32,7 +32,7 @@ * Copyright (c) 2007-2013 Alexandru Marasteanu * licensed under 3 clause BSD license * - * Date: Sun, 18 Mar 2018 09:33:02 +0000 + * Date: Sun, 18 Mar 2018 11:23:42 +0000 */ /* TODO: @@ -803,6 +803,7 @@ $this.data('observer', resizer); return; } + //var iframe = $('