increase timeout for bracket highlighting
This commit is contained in:
parent
a334a64691
commit
ca26a82ef9
1 changed files with 1 additions and 1 deletions
|
|
@ -348,7 +348,7 @@ var Editor = function(renderer, session) {
|
|||
var range = new Range(pos.row, pos.column, pos.row, pos.column+1);
|
||||
self.session.$bracketHighlight = self.session.addMarker(range, "ace_bracket", "text");
|
||||
}
|
||||
}, 10);
|
||||
}, 50);
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue