mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-29 09:20:03 +02:00
made big progress
This commit is contained in:
parent
9b77632faf
commit
d7bb4064dc
6 changed files with 3392 additions and 2249 deletions
|
@ -149,7 +149,6 @@ var CommandPromptView = Backbone.View.extend({
|
|||
// now for positioning
|
||||
var leftOffset = String(widthPerChar * (selectionStart % numCharsPerLine)) + 'px';
|
||||
var topOffset = String(Math.floor(selectionStart / numCharsPerLine) * heightPerRow) + 'px';
|
||||
console.log('height per row', heightPerRow, 'selection start', selectionStart, 'num chars perline', numCharsPerLine);
|
||||
|
||||
// one reflow? :D
|
||||
$(this.commandCursor).css({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue