MCPcopy Create free account
hub / github.com/TruthHun/BookStack / lst

Function lst

static/mergely/lib/codemirror.js:8301–8301  ·  view source on GitHub ↗
(arr)

Source from the content-addressed store, hash-verified

8299 }
8300
8301 function lst(arr) { return arr[arr.length-1]; }
8302
8303 var selectInput = function(node) { node.select(); };
8304 if (ios) // Mobile Safari apparently has a bug where select() is broken.

Callers 15

applyTextInputFunction · 0.70
codemirror.jsFile · 0.70
locateNodeInLineViewFunction · 0.70
LineViewFunction · 0.70
makeChangeFromHistoryFunction · 0.70
makeChangeSingleDocFunction · 0.70
deleteNearSelectionFunction · 0.70
markTextSharedFunction · 0.70
stretchSpansOverChangeFunction · 0.70
isWholeLineUpdateFunction · 0.70
updateDocFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected