diff --git a/lib/ace/keyboard/hash_handler.js b/lib/ace/keyboard/hash_handler.js index 0db64573..d3d4f524 100644 --- a/lib/ace/keyboard/hash_handler.js +++ b/lib/ace/keyboard/hash_handler.js @@ -138,11 +138,11 @@ function HashHandler(config, platform) { else key = parts[i] || "-"; //when empty, the splitSafe removed a '-' } - - if (parts[0] == "text" && parts.length == 2) { - hashId = -1; - key = parts[1]; - } + + if (parts[0] == "text" && parts.length == 2) { + hashId = -1; + key = parts[1]; + } return { key: key,