Merge pull request #2045 from ether/exposeUpdateBrowserSel
expose update browser selection function
This commit is contained in:
commit
b5ca52a5e5
1 changed files with 1 additions and 0 deletions
|
@ -3954,6 +3954,7 @@ function Ace2Inner(){
|
||||||
selection.focusAtStart = !! rep.selFocusAtStart;
|
selection.focusAtStart = !! rep.selFocusAtStart;
|
||||||
setSelection(selection);
|
setSelection(selection);
|
||||||
}
|
}
|
||||||
|
editorInfo.ace_updateBrowserSelectionFromRep = updateBrowserSelectionFromRep;
|
||||||
|
|
||||||
function nodeMaxIndex(nd)
|
function nodeMaxIndex(nd)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue