documentor: Fixed caret positioning bug after opening a new page
[sdk] / documentor / src / Documentor.ec
index 7f22013..ecc44e4 100644 (file)
@@ -3257,6 +3257,9 @@ class HelpView : HTMLView
          // dialog.Create();
          edit = true;
          // PositionCaret(true);
+
+         // TOCHECK: Adding this here seemed to fixed caret positioning bugs
+         ComputeSizes();
       }
       return true;
    }