Yuki Takei hace 8 años
padre
commit
093c698f06
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      resource/js/legacy/crowi-form.js

+ 1 - 1
resource/js/legacy/crowi-form.js

@@ -59,7 +59,7 @@
   // detect mutations for #edit-form
   const targetSelector = '#edit-form';
   var mo = new MutationObserver(function(mutations){
-    // scroll when '#edit-form' activated
+    // initialize caret position when '#edit-form' activated
     if (mutations[0].target.classList.contains('active')) {
       initCaretPosition();
     }