Approach: add a custom event fired when highlightjs-line-numbers.min.js fills the code block with line numbers & listen to the event for scroll + highlight just after this event.
If this seems reasonable I'll extend the solution to the rest of the templates where scroll on line numbers are used
Fixes #4187 on files .
Approach: add a custom event fired when highlightjs-line-numbers.min.js fills the code block with line numbers & listen to the event for scroll + highlight just after this event.
If this seems reasonable I'll extend the solution to the rest of the templates where scroll on line numbers are used