Skip to content

Commit

Permalink
call restartTimer when blinking is set to true
Browse files Browse the repository at this point in the history
  • Loading branch information
jjallaire committed Sep 4, 2012
1 parent 3f78af5 commit e120bab
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
Expand Up @@ -17747,6 +17747,8 @@ var Cursor = function(parentEl) {

this.setBlinking = function(blinking) {
this.isBlinking = blinking;
if (blinking)
this.restartTimer();
};

this.addCursor = function() {
Expand Down

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/gwt/tools/sync-ace-commits
Expand Up @@ -76,7 +76,7 @@ git merge \
origin/patch/emacs-vim-keybindings

git merge \
origin/patch/disable-blinking-cursor
origin/patch/blinking-cursor


node ./Makefile.dryice.js normal
Expand Down

0 comments on commit e120bab

Please sign in to comment.