|
@@ -84,7 +84,7 @@ export class att_drag_data{
|
|
|
public is_err_drag_back:boolean = true; //拖拽错误是否回归原位
|
|
|
public other_drag_list:att_drag_data[] = [];
|
|
|
public other_widget_finish_listen_list:other_widget_finish_listen_item[] = [];
|
|
|
- public index:number = -1;
|
|
|
+ public index:number = -1; //当前索引
|
|
|
public remark:string = ''; //备注
|
|
|
public is_show_inTheEditor:boolean = true; //在编辑器中,是否显示
|
|
|
}
|