From 3b1d9363a17ebb5e524c9cee3c4e0aafa8c8ed02 Mon Sep 17 00:00:00 2001 From: Matthew Date: Sat, 1 Feb 2020 21:01:49 -0500 Subject: [PATCH] Fix typo --- core/js/goto_marker.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/core/js/goto_marker.js b/core/js/goto_marker.js index 20a2144..462b0ed 100644 --- a/core/js/goto_marker.js +++ b/core/js/goto_marker.js @@ -31,8 +31,7 @@ link.click(); } else { link.focus(); - - // We ned move cursor to end of input after focus input. + // Move cursor to the end of line after focus. moveCursorToEnd(link); } } else if((link.nodeName.toLowerCase() === 'button') || // normal button