##// END OF EJS Templates
scrool into multi line selection in file view
marcink -
r3451:151a83be beta
parent child Browse files
Show More
@@ -86,8 +86,11 b' YUE.onDOMReady(function(){'
86 86 h_lines.push(parseInt(highlight_ranges[pos]));
87 87 }
88 88 }
89 highlight_lines(h_lines);
90
89 highlight_lines(h_lines);
90 var _first_line= YUD.get('L'+h_lines[0]);
91 if(_first_line){
92 _first_line.scrollIntoView()
93 }
91 94 }
92 95
93 96 // select code link event
General Comments 0
You need to be logged in to leave comments. Login now