Skip to content

Commit

Permalink
JBIDE-17147: Left arrow doesn't work properly anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
koentsje committed Apr 17, 2014
1 parent 88e539a commit 582b7c4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ public class DocumentHandler implements AeshOutputHandler {

@Override
public void handleOutput(String output) {
if ("".equals(output)) return;
if (document != null) {
output.replaceAll("\r", "");
Style style = document.getCurrentStyle();
Expand Down

0 comments on commit 582b7c4

Please sign in to comment.