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

Function popCommand

static/editor.md/lib/codemirror/mode/stex/stex.js:34–39  ·  view source on GitHub ↗
(state)

Source from the content-addressed store, hash-verified

32 }
33
34 function popCommand(state) {
35 var plug = state.cmdState.pop();
36 if (plug) {
37 plug.closeBracket();
38 }
39 }
40
41 // returns the non-default plugin closest to the end of the list
42 function getMostPowerful(state) {

Callers 1

beginParamsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected