pad_editor: Call `focusOnLine()` on line number click
parent
f70f3197b6
commit
5bc4638d3a
|
@ -46,6 +46,7 @@ const padeditor = (() => {
|
|||
$outerdoc.find('#sidedivinner').on('click', 'div', function () {
|
||||
const targetLineNumber = $(this).index() + 1;
|
||||
window.location.hash = `L${targetLineNumber}`;
|
||||
focusOnLine(self.ace);
|
||||
});
|
||||
focusOnLine(self.ace);
|
||||
self.ace.setProperty('wraps', true);
|
||||
|
|
Loading…
Reference in New Issue