Merge pull request #2045 from ether/exposeUpdateBrowserSel
expose update browser selection functionfeature/npm-worker
commit
b5ca52a5e5
|
@ -3954,6 +3954,7 @@ function Ace2Inner(){
|
|||
selection.focusAtStart = !! rep.selFocusAtStart;
|
||||
setSelection(selection);
|
||||
}
|
||||
editorInfo.ace_updateBrowserSelectionFromRep = updateBrowserSelectionFromRep;
|
||||
|
||||
function nodeMaxIndex(nd)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue