Explorar o código

scrool back to top on edit

FabioFratini hai 10 meses
pai
achega
032696efaa
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      resources/views/livewire/member.blade.php

+ 4 - 0
resources/views/livewire/member.blade.php

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