File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1679,47 +1679,20 @@ var control = (function() {
16791679 element : helper . e ( ".control-group-area-alignment-left" ) ,
16801680 path : "group.area.alignment" ,
16811681 type : "radio" ,
1682- additionalEvents : [ {
1683- event : "change" ,
1684- func : function ( ) {
1685- edge . box . open ( {
1686- element : helper . e ( ".group-header" ) ,
1687- delay : 500
1688- } ) ;
1689- }
1690- } ] ,
16911682 func : function ( ) {
16921683 render . class ( ) ;
16931684 }
16941685 } , {
16951686 element : helper . e ( ".control-group-area-alignment-center" ) ,
16961687 path : "group.area.alignment" ,
16971688 type : "radio" ,
1698- additionalEvents : [ {
1699- event : "change" ,
1700- func : function ( ) {
1701- edge . box . open ( {
1702- element : helper . e ( ".group-header" ) ,
1703- delay : 500
1704- } ) ;
1705- }
1706- } ] ,
17071689 func : function ( ) {
17081690 render . class ( ) ;
17091691 }
17101692 } , {
17111693 element : helper . e ( ".control-group-area-alignment-right" ) ,
17121694 path : "group.area.alignment" ,
17131695 type : "radio" ,
1714- additionalEvents : [ {
1715- event : "change" ,
1716- func : function ( ) {
1717- edge . box . open ( {
1718- element : helper . e ( ".group-header" ) ,
1719- delay : 500
1720- } ) ;
1721- }
1722- } ] ,
17231696 func : function ( ) {
17241697 render . class ( ) ;
17251698 }
You can’t perform that action at this time.
0 commit comments