mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-29 01:10:04 +02:00
quick implementation of git status
This commit is contained in:
parent
b944a23790
commit
51a92227c3
4 changed files with 30 additions and 1 deletions
|
@ -299,6 +299,7 @@ var CommandLineHistoryView = Backbone.View.extend({
|
|||
}
|
||||
if (cD.clientHeight > t.clientHeight) {
|
||||
$(t).css('overflow-y', 'scroll');
|
||||
$(t).css('overflow-x', 'hidden');
|
||||
$(t).addClass('scrolling');
|
||||
t.scrollTop = t.scrollHeight;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue