Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Bug 531590 - CodeEdit: Null pointer exception when resizing end user'…
…s window.
  • Loading branch information
libingw committed Feb 23, 2018
1 parent c5fba53 commit 2b4b93f
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -2956,6 +2956,7 @@ define("orion/editor/textView", [
div = div.nextSibling;
}
}
if (!div) { return; }
if (ruler) {
div.rulerChanged = true;
} else {
Expand Down

0 comments on commit 2b4b93f

Please sign in to comment.