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

Function lst

static/editor.md/lib/codemirror/lib/codemirror.js:8065–8065  ·  view source on GitHub ↗
(arr)

Source from the content-addressed store, hash-verified

8063 }
8064
8065 function lst(arr) { return arr[arr.length-1]; }
8066
8067 var selectInput = function(node) { node.select(); };
8068 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