master
Matthew 6 years ago
parent f797fca69d
commit 3b1d9363a1
  1. 3
      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

Loading…
Cancel
Save