Browse Source

UNDO: Auto scroll to make moe visible when opened

Vijayakrishnan Krishnan 4 years ago
parent
commit
b0b6e27681
1 changed files with 2 additions and 2 deletions
  1. 2 2
      public/js/yemi.js

+ 2 - 2
public/js/yemi.js

@@ -309,10 +309,10 @@ var initMoes = function() {
                                 $('[moe]>form:not([show]):visible').hide();
                                 $(realForm).toggle(100);
                                 initPrimaryForm($(realForm));
-                                setTimeout(function() {
+                               /* setTimeout(function() {
                                     let submitButton = $(realForm).find('[submit]');
                                     if(submitButton.length) submitButton[0].scrollIntoView({behavior : "smooth"});
-                                }, 150);
+                                }, 150);*/
                             }, 100);
                         }
                     }