- fixed a bug where new "active" status of a connection was saved to DB (this is client info only)
This commit is contained in:
@@ -254,7 +254,7 @@ define([
|
||||
// normalize connection array
|
||||
connectionTypes = $.grep(connectionTypes, function(n){
|
||||
// 'default' is added by jsPlumb by default -_-
|
||||
return ( n.length > 0 && n !== 'default');
|
||||
return ( n.length > 0 && n !== 'default' && n !== 'active');
|
||||
});
|
||||
|
||||
let data = {
|
||||
|
||||
Reference in New Issue
Block a user