Fixed panel update when new function added.
This commit is contained in:
@@ -280,7 +280,7 @@ define([
|
||||
|
||||
$scope.moveAliasFuncLast();
|
||||
|
||||
if (!newFunc.params.length && newFunc.added) {
|
||||
if (newFunc.params.length && newFunc.added) {
|
||||
$scope.targetChanged();
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user