Skip to content
Snippets Groups Projects
Commit 1926c1db authored by Silas Dohm's avatar Silas Dohm
Browse files

edge case handled

parent 8639d61c
No related branches found
No related tags found
No related merge requests found
......@@ -149,6 +149,7 @@ function forceValidOrientation() {
activeDir = activeDir ? 0 : 1; //invert orientation
}
function endInput() {
if(activeCell.word[activeDir])
activeWord = activeCell.word[activeDir].index
if (activeMode == mode.insert) {
statusBar.style.display = 'block';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment