fix align nodes on locked tab

This commit is contained in:
Hiroyasu Nishiyama 2023-02-25 00:54:15 +09:00
parent 910f6134f6
commit 25b6e214dd
1 changed files with 3 additions and 3 deletions

View File

@ -448,9 +448,9 @@ RED.view.tools = (function() {
}
function alignSelectionToEdge(direction) {
// if (RED.workspaces.isLocked()) {
// return
// }
if (RED.workspaces.isLocked()) {
return;
}
var selection = RED.view.selection();
if (selection.nodes && selection.nodes.length > 1) {