Commit cf3daea2 authored by Jacob Schatz's avatar Jacob Schatz Committed by Eric Eastwood

Error on find click.

parent 737aadd1
......@@ -57,6 +57,7 @@ const RepoEditor = {
},
onMonacoEditorMouseUp(e) {
if(!e.target.position) return;
const lineNumber = e.target.position.lineNumber;
if (e.target.element.classList.contains('line-numbers')) {
location.hash = `L${lineNumber}`;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment