scroll lines while resizing

This commit is contained in:
Thibault Duplessis 2014-01-04 12:25:36 +01:00
parent 32002143d9
commit 5dfad3eb19
2 changed files with 5 additions and 0 deletions

View file

@ -869,8 +869,10 @@ var storage = {
maxHeight: $(window).height() - 30,
resize: function() {
$(this).css('top', 'auto');
self._scrollLines();
},
stop: function() {
self._scrollLines();
self._send('/height ' + $(this).height());
}
});

3
todo
View file

@ -114,6 +114,9 @@ hide chat help after /help typed
copy rematch chats
chat logs
chat visited link color
chat click on username tries a private chat
chat mod can query anybody
chat dark theme tick bg
deploy
------