Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/methodofaction/Method-Draw
/ moveUpSelected
Function
moveUpSelected
src/js/method-draw.js:590–595 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
588
};
589
590
var
moveUpSelected =
function
() {
591
if
(selectedElement != null) {
592
flash($(
'#object_menu'
));
593
svgCanvas.moveUpDownSelected(
"Up"
);
594
}
595
};
596
597
var
moveDownSelected =
function
() {
598
if
(selectedElement != null) {
Callers
nothing calls this directly
Calls
2
$
Function · 0.85
flash
Function · 0.70
Tested by
no test coverage detected