mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-20 15:36:16 -04:00
Feature: Scroll to Line number based on Hash IE http://foo.com/p/bar#L10 will scroll to line 10. (#4554)
Includes test coverage Co-authored-by: webzwo0i <webzwo0i@c3d2.de>
This commit is contained in:
parent
e051f2f2f7
commit
38c9827161
6 changed files with 128 additions and 15 deletions
|
@ -676,6 +676,7 @@ function Ace2Inner() {
|
|||
editorInfo.ace_doReturnKey = doReturnKey;
|
||||
editorInfo.ace_isBlockElement = isBlockElement;
|
||||
editorInfo.ace_getLineListType = getLineListType;
|
||||
editorInfo.ace_setSelection = setSelection;
|
||||
|
||||
editorInfo.ace_callWithAce = function (fn, callStack, normalize) {
|
||||
let wrapper = function () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue