Skip to content

Commit

Permalink
lengthen timeout to 500ms
Browse files Browse the repository at this point in the history
  • Loading branch information
ataker committed Dec 17, 2024
1 parent 306762a commit cb032ad
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ export class VaTableInner {
// update sr text to reflect sort
setTimeout(()=>{
this.updateSRtext(thSorted, content, currentSortDirection);
},100)
}, 500)
});
}
}
Expand Down

0 comments on commit cb032ad

Please sign in to comment.