@@ -2151,6 +2151,10 @@
function editData(id)
{
+ window.scrollTo({
+ top: 0,
+ behavior: 'smooth'
+ });
@this.edit(id);
}