pad_editor: Call `focusOnLine()` on line number click

rhansen-collab_client
Richard Hansen 2021-04-04 02:22:04 -04:00
parent f70f3197b6
commit 5bc4638d3a
1 changed files with 1 additions and 0 deletions

View File

@ -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);