File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 44	<TargetFrameworks >netstandard2.1;net5.0</TargetFrameworks >
55    <RazorLangVersion >3.0</RazorLangVersion >
66    <PackageId >BlazorSortableJs</PackageId >
7-     <Version >1.0.5 </Version >
7+     <Version >1.0.6 </Version >
88    <Authors >John J Bomhold</Authors >
99    <Title >Blazor SortableJs Wrapper</Title >
1010    <Description >
Original file line number Diff line number Diff line change 44    { 
55        if  (IsDiv )
66    {
7-     < div  class = " @TemplateClass " @onclick = " @OnClick" id = " @Id" data - refId = " @Sortable.RefId" > 
7+     < div  class = " @Class " @onclick = " @OnClick" id = " @Id" data - refId = " @Sortable.RefId" > 
88        @foreach  (var  item  in  Sortable .GetRaw ())
99            {
1010        < div  @key = " item" @onclick = " @TemplateOnClick" data - id = " @item.DataId" Id = " @(Guid.NewGuid())" class = " @TemplateClass" > 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments