MCPcopy
hub / github.com/methodofaction/Method-Draw / addCommandToHistory

Function addCommandToHistory

src/js/svgcanvas.js:313–315  ·  view source on GitHub ↗
(cmd)

Source from the content-addressed store, hash-verified

311 }
312});
313var addCommandToHistory = function(cmd) {
314 canvas.undoMgr.addCommandToHistory(cmd);
315};
316
317// import from select.js
318svgedit.select.init(curConfig, {

Callers 4

svgcanvas.jsFile · 0.85
mouseUpFunction · 0.85
finishChangeFunction · 0.85
assign_rrFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected